aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-05 15:54:26 +0000
committerJake McGinty <me@jake.su>2018-02-05 15:54:26 +0000
commitda0fef8beecacc186d9d9c95e7914f975dc4b364 (patch)
tree90b76e0489a34c1a190d2e031f3d0c97f93148d3 /Cargo.toml
parentmake the fallback-session code a bit more canonical rust (diff)
downloadwireguard-rs-da0fef8beecacc186d9d9c95e7914f975dc4b364.tar.xz
wireguard-rs-da0fef8beecacc186d9d9c95e7914f975dc4b364.zip
use dual-stack ipv6 UDP socket
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e751158..b1c0e94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,8 @@ tokio-uds = "^0.1"
tokio-utun = "^0.1"
tokio-timer = "^0.1"
+socket2 = "^0.3"
+
snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" }
base64 = "^0.5"
hex = "^0.3"