Adding homepage to Cargo.toml

This commit is contained in:
Matt McCoy 2016-06-16 19:45:31 -04:00
parent 40d0e9ff0e
commit ab5a5bb40a

View file

@ -5,6 +5,7 @@ version = "0.0.6"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"] authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "http://mattnenterprise.github.io/rust-imap" documentation = "http://mattnenterprise.github.io/rust-imap"
repository = "https://github.com/mattnenterprise/rust-imap" repository = "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"