From 400c8359f609d4ee20d5f29cd5d01368f0ec7f67 Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Fri, 21 Nov 2014 13:37:02 +0100 Subject: [PATCH] Update cargo.toml with new fields --- Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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"]