aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-04-03 16:52:33 +0200
committerJake McGinty <me@jake.su>2018-06-03 11:56:44 -0500
commit4324ecd046c849f48afab39fc971bd9144075518 (patch)
treea52b56c4aa35182c975dd4c2948e746b042812c4 /Cargo.toml
parentbuild: make Cargo.toml compile for people who aren't me ;) (diff)
downloadwireguard-rs-4324ecd046c849f48afab39fc971bd9144075518.tar.xz
wireguard-rs-4324ecd046c849f48afab39fc971bd9144075518.zip
deps: Replace pnet_packet with rips-packets
Closes #11
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 1e35080..4bdba9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ notify = "^4.0"
rand = "0.5.0-pre.2"
nix = { git = "https://github.com/mcginty/nix", branch = "ipv6-pktinfo" }
mio = "^0.6"
-pnet_packet = "^0.21"
+rips-packets = "0.1"
snow = { git = "https://github.com/mcginty/snow", branch = "wireguard" }
socket2 = "^0.3"
subtle = "^0.6"