aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-05-29 20:51:50 -0500
committerJake McGinty <me@jake.su>2018-05-29 20:51:50 -0500
commit49907a83765e280d41b6ef291e8b0e8cea004369 (patch)
treee0168d967b3927bfff670c012c2906148d29dcba /Cargo.toml
parentconfig: follow WG_TUN_NAME_FILE style in wg-quick (diff)
downloadwireguard-rs-49907a83765e280d41b6ef291e8b0e8cea004369.tar.xz
wireguard-rs-49907a83765e280d41b6ef291e8b0e8cea004369.zip
build: make Cargo.toml compile for people who aren't me ;)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 300061b..1e35080 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,10 +44,10 @@ log = "^0.4"
hex = "^0.3"
notify = "^4.0"
rand = "0.5.0-pre.2"
-nix = { path = "../nix" }
+nix = { git = "https://github.com/mcginty/nix", branch = "ipv6-pktinfo" }
mio = "^0.6"
pnet_packet = "^0.21"
-snow = { path = "../snow" }
+snow = { git = "https://github.com/mcginty/snow", branch = "wireguard" }
socket2 = "^0.3"
subtle = "^0.6"
tokio-io = "^0.1"