From ab5a5bb40ab72d0756d178e77bc395758da4022c Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Thu, 16 Jun 2016 19:45:31 -0400 Subject: [PATCH] Adding homepage to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5509f40..1883590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ version = "0.0.6" authors = ["Matt McCoy "] documentation = "http://mattnenterprise.github.io/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap" +homepage = "https://github.com/mattnenterprise/rust-imap" description = "IMAP client for Rust" readme = "README.md" license = "Apache-2.0/MIT"