aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 7d4bd28..36eb5d7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,6 +6,7 @@
#[macro_use] extern crate failure;
#[macro_use] extern crate futures;
+#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
#[macro_use] extern crate structopt_derive;
@@ -34,6 +35,7 @@ extern crate treebitmap;
mod consts;
mod error;
mod interface;
+mod noise;
mod protocol;
mod types;
mod anti_replay;