aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f5f695c..8a2e680 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -103,9 +103,9 @@ extern crate serde_json;
extern crate lazy_static;
extern crate base64;
+extern crate chrono;
extern crate flate2;
extern crate serde;
-extern crate time;
#[cfg(feature="voice")]
extern crate byteorder;