aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-27 19:10:12 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-27 19:10:12 -0400
commit22043b299c0b2abf2c552b177f32a9ce6654be3b (patch)
tree45bd7c361f30c0e4e333a6e8b00ce6a8e8b04262 /Cargo.lock
parentef339c3bbbb3d53948e7e4f11e7e7945ed194bea (diff)
downloaducp-22043b299c0b2abf2c552b177f32a9ce6654be3b.tar.gz
ucp-22043b299c0b2abf2c552b177f32a9ce6654be3b.zip
start refactor to ucp
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc0a9d6..01b7d6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,7 +1,8 @@
[root]
-name = "iceftp"
+name = "ucp"
version = "0.1.0"
dependencies = [
+ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"utp 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -28,6 +29,11 @@ dependencies = [
]
[[package]]
+name = "getopts"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"