aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent5cc79f64ab0c310a76c5930ff6d51b4547a97ef4 (diff)
downloadexuberant-hacks-730796a80d0eca520713c20971958e778ee06b67.tar.gz
exuberant-hacks-730796a80d0eca520713c20971958e778ee06b67.zip
basic command line args
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a18a400..10b995f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,6 +2,7 @@
name = "exuberant-bovines"
version = "0.1.0"
dependencies = [
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"glium 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -203,6 +204,11 @@ dependencies = [
]
[[package]]
+name = "getopts"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "gif"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"