aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
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 /src/lib.rs
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 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 494c1fc..a336fb6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -19,7 +19,7 @@ extern crate env_logger;
extern crate futures;
extern crate hex;
extern crate nix;
-extern crate pnet;
+extern crate pnet_packet;
extern crate rand;
extern crate snow;
extern crate socket2;