Remove dead dependancies.

This commit is contained in:
Jordan Petridis
2018-01-20 07:41:09 +02:00
parent 7d9781052f
commit b3c4de320b
5 changed files with 2 additions and 28 deletions
-3
View File
@@ -16,6 +16,3 @@ glob = "0.2.11"
[dependencies.hammond-data]
path = "../hammond-data"
[dev-dependencies]
tokio-core = "0.1.12"
hyper-tls = "0.1.2"
+1 -5
View File
@@ -1,4 +1,5 @@
#![recursion_limit = "1024"]
#![deny(unused_extern_crates, unused)]
#[macro_use]
extern crate error_chain;
@@ -13,8 +14,3 @@ extern crate tempdir;
pub mod downloader;
pub mod errors;
#[cfg(test)]
extern crate hyper_tls;
#[cfg(test)]
extern crate tokio_core;