refactor(lib): clean up unused dependencies

This commit is contained in:
Sean McArthur
2018-03-16 17:43:31 -07:00
parent 27b8db3af8
commit 06f0126fad
3 changed files with 14 additions and 12 deletions

View File

@@ -25,13 +25,11 @@ extern crate httparse;
extern crate iovec;
#[macro_use] extern crate log;
extern crate net2;
extern crate relay;
extern crate time;
extern crate tokio;
extern crate tokio_executor;
#[macro_use] extern crate tokio_io;
extern crate tokio_service;
extern crate unicase;
#[cfg(all(test, feature = "nightly"))]
extern crate test;