aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parentef339c3bbbb3d53948e7e4f11e7e7945ed194bea (diff)
downloaducp-22043b299c0b2abf2c552b177f32a9ce6654be3b.tar.gz
ucp-22043b299c0b2abf2c552b177f32a9ce6654be3b.zip
start refactor to ucp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 514ac1e..8f3fdb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,8 @@
[package]
-name = "iceftp"
+name = "ucp"
version = "0.1.0"
authors = ["bnewbold <bnewbold@robocracy.org>"]
[dependencies]
+getopts = "0.2"
utp = "*"