aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-12 20:26:09 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-12 20:32:37 -0400
commit730796a80d0eca520713c20971958e778ee06b67 (patch)
treedf7ec8b2eb0cb76c5e3594d8d46dd88295954a59 /Cargo.toml
parent5cc79f64ab0c310a76c5930ff6d51b4547a97ef4 (diff)
downloadexuberant-hacks-730796a80d0eca520713c20971958e778ee06b67.tar.gz
exuberant-hacks-730796a80d0eca520713c20971958e778ee06b67.zip
basic command line args
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cf2e19..b04a2f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,4 @@ authors = ["bnewbold <bnewbold@robocracy.org>"]
#glutin = { git = "https://github.com/bnewbold/glutin", branch = "feature-existing" }
glium = "0.*"
image = "0.*"
+getopts = "^0.2"