aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-06 09:17:53 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-06 09:17:53 -0700
commit32428a6bbdb43d8c8948ddcfe66db637219f3d03 (patch)
treeec973282efe4a20392559f2ddb1934e800b48992 /Cargo.toml
parent2a5bbfe8131e5e863824009cb0eec3d4599d5d7b (diff)
Parse command line arguments
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79086b6..f22ebb2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,5 @@ authors = ["David Li <li.davidm96@gmail.com>"]
[dependencies]
rustv = "0.2.1"
+docopt = "0.6"
+rustc-serialize = "0.3"