Removed unnecessary keywords from Cargo.toml
This commit is contained in:
parent
e5924be826
commit
11a9fc97f7
1 changed files with 1 additions and 1 deletions
|
@ -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+"
|
||||
|
|
Loading…
Add table
Reference in a new issue