aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-22 18:52:04 +0000
committerJake McGinty <me@jake.su>2018-02-22 18:52:04 +0000
commit1f4b0974a1a9ff96f317c5e0dc316edd0183fd17 (patch)
tree0be06c99698b640b40315f614571cb5b4df40739 /Cargo.toml
parentfix benchmark compilation (diff)
downloadwireguard-rs-1f4b0974a1a9ff96f317c5e0dc316edd0183fd17.tar.xz
wireguard-rs-1f4b0974a1a9ff96f317c5e0dc316edd0183fd17.zip
pnet -> pnet_packet
no need to import the whole thing.
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 8ebe5c6..9ab64c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ log = "^0.3"
hex = "^0.3"
rand = "^0.4"
nix = "^0.10"
-pnet = "*"
+pnet_packet = "^0.20"
snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"], branch = "wireguard" }
socket2 = "^0.3"
subtle = "^0.5"