mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-02-23 15:49:54 +01:00
Remove unused deps: bytes, take, and scoped-pool
This commit is contained in:
@@ -111,7 +111,6 @@
|
||||
#![plugin(tarpc_plugins)]
|
||||
|
||||
extern crate byteorder;
|
||||
extern crate bytes;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[macro_use]
|
||||
@@ -119,7 +118,6 @@ extern crate log;
|
||||
extern crate net2;
|
||||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
extern crate take;
|
||||
#[macro_use]
|
||||
extern crate cfg_if;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user