From da9fd49a9d9ef9e29a362c04a8c8344e3ec519f5 Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Fri, 23 Nov 2018 20:50:02 +0100 Subject: fix(mail) reduced amount of keywords to 5 --- mail/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/Cargo.toml b/mail/Cargo.toml index 391e12b..6df9f94 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -3,8 +3,7 @@ name = "mail" version = "0.6.0" authors = ["Philipp Korber "] categories = [] -#TODO go through the keywords -keywords = ["mail", "rfc5322", "email", "mime", "smtp", "template"] +keywords = ["mail", "rfc5322", "mime", "smtp", "template"] description = "mail, facade for a number of mail related crates for creating and sending mails" license = "MIT OR Apache-2.0" readme = "./README.md" -- cgit v1.2.3