aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
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 22b8fb3..5b41b8f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -26,8 +26,8 @@ extern crate libc;
extern crate mio;
extern crate nix;
extern crate notify;
-extern crate pnet_packet;
extern crate rand;
+extern crate rips_packets;
extern crate snow;
extern crate socket2;
extern crate subtle;