Removed unnecessary keywords from Cargo.toml

This commit is contained in:
Zach Dziura 2015-04-28 15:20:10 +00:00
parent e5924be826
commit 11a9fc97f7

View file

@ -5,5 +5,5 @@ version = "0.1.0"
authors = ["Zach Dziura <zcdziura@gmail.com>"]
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+"