Remove the tokio-core dependency where not necessary

This commit is contained in:
Pierre Krieger
2017-12-04 16:18:27 +01:00
parent 4a767e00c0
commit 900bf67623
5 changed files with 11 additions and 9 deletions

View File

@ -40,7 +40,6 @@ extern crate protobuf;
extern crate rand;
extern crate ring;
extern crate rw_stream_sink;
extern crate tokio_core;
extern crate tokio_io;
extern crate untrusted;