diff --git a/Cargo.toml b/Cargo.toml index 872c7cf..7d8dea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,14 @@ [package] name = "smtp" -version = "0.0.1" +version = "0.0.2" authors = ["Alexis Mousset "] +description = "Simple SMTP client and library" + +documentation = "http://amousset.github.io/rust-smtp/smtp/" +repository = "https://github.com/amousset/rust-smtp" + +license = "MIT/Apache-2.0" +readme = "README.md" + +keywords = ["email", "smtp"]