From 62fce858dba0d0d13a7b96b82e54195cdee50f83 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Wed, 22 Jun 2016 11:43:18 -0400 Subject: Reduce number of keywords to max of 5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.2.3