summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKartikaya Gupta <kats@seldon.staktrace.com>2016-06-22 11:43:18 -0400
committerKartikaya Gupta <kats@seldon.staktrace.com>2016-06-22 11:43:18 -0400
commit62fce858dba0d0d13a7b96b82e54195cdee50f83 (patch)
tree4a62ae1fa639cdbd282936bc60ccbdc6763b78d3 /Cargo.toml
parenta48bf7ece27e4f52d980b5668abe49cf046255e8 (diff)
Reduce number of keywords to max of 5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c031570..4f08ce8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/"
homepage = "https://github.com/staktrace/mailparse/blob/master/README.md"
repository = "https://github.com/staktrace/mailparse"
readme = "README.md"
-keywords = ["parser", "email", "mail", "rfc822", "mime", "maildir"]
+keywords = ["parser", "email", "rfc822", "mime", "maildir"]
license-file = "LICENSE"
[dependencies]