aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-21 05:01:42 +0000
committerJake McGinty <me@jake.su>2018-02-21 05:37:58 +0000
commitb5c51352571e5b59123fd9b5d8c98a92c2a275b7 (patch)
treeead927d3e387f0ce2e2418995a3f31d6baea327a /Cargo.toml
parentuse Failure crate in snow, get rid of nasty sync adaptors (diff)
downloadwireguard-rs-b5c51352571e5b59123fd9b5d8c98a92c2a275b7.tar.xz
wireguard-rs-b5c51352571e5b59123fd9b5d8c98a92c2a275b7.zip
mac2 cookies
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 bb6ee85..8ebe5c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,6 @@ hex = "^0.3"
rand = "^0.4"
nix = "^0.10"
pnet = "*"
-rust-crypto = "^0.2"
snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" }
socket2 = "^0.3"
subtle = "^0.5"