diff options
Diffstat (limited to 'argparse/Cargo.toml')
-rw-r--r-- | argparse/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/argparse/Cargo.toml b/argparse/Cargo.toml deleted file mode 100644 index 7552373..0000000 --- a/argparse/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] - -name = "argparse" -description = "Powerful command-line argument parsing library" -license = "MIT" -readme = "README.rst" -keywords = ["command-line", "cli", "command", "argument"] -categories = ["command-line-interface"] -homepage = "http://github.com/tailhook/rust-argparse" -version = "0.2.2" -authors = ["Paul Colomiets <paul@colomiets.name>"] - |