Add more info to Cargo.toml (#42)

crates.io also requires a version change for this to be made visible.
This commit is contained in:
Jon Gjengset 2017-09-29 22:26:49 -04:00 committed by Matt McCoy
parent 300cfc04f8
commit 50b6267a35

View file

@ -1,15 +1,24 @@
[package] [package]
name = "imap" name = "imap"
version = "0.4.0" version = "0.4.1"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"] authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
"Jon Gjengset <jon@thesquareplanet.com>"]
documentation = "https://docs.rs/imap/" documentation = "https://docs.rs/imap/"
repository = "https://github.com/mattnenterprise/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"
homepage = "https://github.com/mattnenterprise/rust-imap" homepage = "https://github.com/mattnenterprise/rust-imap"
description = "IMAP client for Rust" description = "IMAP client for Rust"
readme = "README.md" readme = "README.md"
license = "Apache-2.0/MIT" license = "Apache-2.0/MIT"
keywords = ["imap"]
keywords = ["email", "imap"]
categories = ["email", "network-programming"]
[badges]
travis-ci = { repository = "mattnenterprise/rust-imap" }
appveyor = { repository = "mattnenterprise/rust-imap", branch = "master", service = "github" }
coveralls = { repository = "mattnenterprise/rust-imap", branch = "master", service = "github" }
maintenance = { status = "passively-maintained" }
[lib] [lib]
name = "imap" name = "imap"