remove frivolous mime guessing dep

This commit is contained in:
Martin Algesten
2018-06-22 10:49:43 +02:00
parent 72bcbe45db
commit 67e7919b06
5 changed files with 1 additions and 175 deletions

View File

@@ -73,7 +73,6 @@ extern crate dns_lookup;
extern crate encoding;
#[macro_use]
extern crate lazy_static;
extern crate mime_guess;
extern crate native_tls;
extern crate qstring;
extern crate serde_json;