aboutsummaryrefslogtreecommitdiff
path: root/argparse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'argparse/Cargo.toml')
-rw-r--r--argparse/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/argparse/Cargo.toml b/argparse/Cargo.toml
new file mode 100644
index 0000000..7552373
--- /dev/null
+++ b/argparse/Cargo.toml
@@ -0,0 +1,12 @@
+[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>"]
+