aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-15 02:56:16 +0000
committerJake McGinty <me@jake.su>2018-02-15 02:56:16 +0000
commit0e174403efaef446c39dfbec8263fa25439a303c (patch)
treeebea8ebc489301df9e77075b5fce8bbb8cd009dd /src/main.rs
parentswitch to lib/bin hybrid crate (diff)
downloadwireguard-rs-0e174403efaef446c39dfbec8263fa25439a303c.tar.xz
wireguard-rs-0e174403efaef446c39dfbec8263fa25439a303c.zip
add initial criterion benchmarks
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 654002a..1551a40 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,10 +1,10 @@
#![feature(test)]
-#[macro_use] extern crate failure;
#[macro_use] extern crate structopt_derive;
extern crate daemonize;
extern crate env_logger;
+extern crate failure;
extern crate structopt;
extern crate wireguard;