aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-02 17:18:44 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-02 17:18:44 -0400
commit362dbf20d6b990a092bc220d36289144e86aaa6d (patch)
tree525ca8bb8f7935c3f319cadf3682155b56e01c77 /Cargo.toml
parente6fd66b7a28b51ffb74f2d4fb8617fa8d091e706 (diff)
downloaducp-362dbf20d6b990a092bc220d36289144e86aaa6d.tar.gz
ucp-362dbf20d6b990a092bc220d36289144e86aaa6d.zip
start transition to UDT transport
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b98d003..d1df197 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ authors = ["bnewbold <bnewbold@robocracy.org>"]
[dependencies]
getopts = "^0.2"
daemonize = "^0.2"
-temp_utp = "*"
+udt = "0.1"
sodiumoxide = "*"
rustc-serialize = "0.3"