aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5162015..3a5aeac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,5 +1,6 @@
#![feature(impl_trait_in_bindings)]
+extern crate byteorder;
extern crate chrono;
#[cfg(feature = "diesel")]
#[macro_use] extern crate diesel;
@@ -8,10 +9,10 @@ extern crate dotenv;
extern crate either;
#[macro_use] extern crate failure;
extern crate fern;
-extern crate flate2;
#[cfg_attr(test, macro_use)] extern crate itertools;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate log;
+extern crate opus;
extern crate rand;
extern crate regex;
extern crate serde_json;