From 3a51fef71337f9e6683a3fe972e69cee92e1c097 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 30 May 2016 01:49:18 -0400 Subject: BROKEN: initial implementation of crypto I think it's going to be necessary to implement buffered reading after all. --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 183e38d..ad343e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["bnewbold "] [dependencies] -getopts = "0.2" -daemonize = "0.2" +getopts = "^0.2" +daemonize = "^0.2" utp = "*" +sodiumoxide = "*" +rustc-serialize = "0.3" -- cgit v1.2.3