aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index d380308..feca86f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-#![feature(transpose_result)]
+#![feature(impl_trait_in_bindings)]
extern crate chrono;
#[cfg(feature = "diesel")]
@@ -16,6 +16,9 @@ extern crate serenity;
extern crate sha1;
extern crate typemap;
extern crate url;
+#[macro_use] extern crate itertools;
+extern crate time;
+extern crate serde_json;
use std::{
thread,