summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp Korber <philippkorber@gmail.com>2018-05-11 15:35:31 +0200
committerPhilipp Korber <philippkorber@gmail.com>2018-05-11 15:35:31 +0200
commit63d9bfabb1cba593fef2cb11f47b362e7f052d78 (patch)
tree92d88eec616a70d99080ba83d59dc2420571f950 /Cargo.toml
parenta95f660d7b20b40158f23465f3e8f583480e5f83 (diff)
refactor(api): cleand thinks up and added documentation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e343bdd..b8d1315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,9 +3,9 @@ authors = ["Philipp Korber <p.korber@1aim.com>"]
name = "mail-smtp"
version = "0.1.0"
categories = []
-description = "combines mail-codec with new-tokio-smtp"
+description = "[internal/mail-api] combines mail-types with new-tokio-smtp"
documentation = "https://docs.rs/mail-smtp"
-keywords = ["mail", "smtp", "send" ]
+keywords = ["mail-api"]
license = "MIT OR Apache-2.0"
readme = "./README.md"
repository = "https://github.com/1aim/mail-smtp"