aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-05-29 02:16:29 -0500
committerJake McGinty <me@jake.su>2018-05-29 20:54:33 -0500
commitd30c8b444bad8575f2ce421fbf9e125d8d6db048 (patch)
treeaac2053fefd95c6b18b2527bd8d5271e2ee1575b /src/lib.rs
parentbuild: make Cargo.toml compile for people who aren't me ;) (diff)
downloadwireguard-rs-d30c8b444bad8575f2ce421fbf9e125d8d6db048.tar.xz
wireguard-rs-d30c8b444bad8575f2ce421fbf9e125d8d6db048.zip
wip
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 22b8fb3..9031322 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -21,6 +21,7 @@ extern crate blake2_rfc;
extern crate byteorder;
extern crate bytes;
extern crate chacha20_poly1305_aead;
+extern crate futures_cpupool;
extern crate hex;
extern crate libc;
extern crate mio;