aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-01-13 14:32:05 -0800
committerJake McGinty <me@jake.su>2018-01-13 14:32:05 -0800
commitd5641abb8a13b7e99e9518e44a2642016add93c0 (patch)
tree5b30c6cec49b25958e162ddf9199d3080af71241 /Cargo.toml
parentu64 counters, not usize (diff)
downloadwireguard-rs-d5641abb8a13b7e99e9518e44a2642016add93c0.tar.xz
wireguard-rs-d5641abb8a13b7e99e9518e44a2642016add93c0.zip
re-introduce ring support
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 fa18279..e751158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ tokio-uds = "^0.1"
tokio-utun = "^0.1"
tokio-timer = "^0.1"
-snow = { version = "^0.1.8-preview", features = ["ring-accelerated"] }
+snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" }
base64 = "^0.5"
hex = "^0.3"
time = "*"