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 95e2dd0..dd6f7e9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,8 @@
// XXX: re-enable these warnings
#![allow(unused_imports, unused_variables, unused_mut)]
+#[macro_use] extern crate log;
+extern crate env_logger;
extern crate getopts;
extern crate udt;
extern crate sodiumoxide;