From 11a9fc97f755d27a90fb3da2079843d508872720 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 28 Apr 2015 15:20:10 +0000 Subject: [PATCH] Removed unnecessary keywords from Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 154c455..d5457a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,5 @@ version = "0.1.0" authors = ["Zach Dziura "] description = "A simple arrrguments parser" repository = "https://github.com/zcdziura/pirate" -keywords = ["opts", "args", "parser", "getopts", "options", "arguments"] +keywords = ["parser", "getopts", "options", "arguments"] license = "LGPL-3.0+"