aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2017-12-31 01:55:51 -0800
committerJake McGinty <me@jake.su>2017-12-31 01:55:51 -0800
commitef3100f0ac7a8372ab6b65de22633ad69ee9d23a (patch)
tree0afb04deb988a31c8588726f1a5d1a4053aa52a5 /Cargo.toml
parentremove some unused dependencies (diff)
downloadwireguard-rs-ef3100f0ac7a8372ab6b65de22633ad69ee9d23a.tar.xz
wireguard-rs-ef3100f0ac7a8372ab6b65de22633ad69ee9d23a.zip
use blake2-rfc instead of rust-crypto
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 758d1d9..fa18279 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,5 @@ tokio-timer = "^0.1"
snow = { version = "^0.1.8-preview", features = ["ring-accelerated"] }
base64 = "^0.5"
hex = "^0.3"
-rust-crypto = "*"
time = "*"
pnet = "*"