summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 0ce4bbc..8c880cc 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -10,7 +10,7 @@
extern crate log;
#[macro_use]
extern crate failure;
-extern crate mime as media_type;
+extern crate media_type;
extern crate chrono;
extern crate futures;
extern crate rand;