Migrating util/network from rust_serialize to serde (#5988)

This commit is contained in:
Dmitry Kashitsyn
2017-10-11 14:34:23 +07:00
parent dbd1976fc1
commit 504b2de4a8
4 changed files with 6 additions and 4 deletions

View File

@@ -69,7 +69,6 @@ extern crate rand;
extern crate time;
extern crate ansi_term; //TODO: remove this
extern crate rustc_hex;
extern crate rustc_serialize;
extern crate igd;
extern crate libc;
extern crate slab;
@@ -81,6 +80,7 @@ extern crate path;
extern crate ethcore_logger;
extern crate ipnetwork;
extern crate hash;
extern crate serde_json;
#[macro_use]
extern crate log;