Remove unused dependencies (#9589)

Remove unused dependencies and move `rustc-hex` to tests because it is
only used in tests
This commit is contained in:
Niklas Adolfsson
2018-09-25 14:27:27 +01:00
committed by Afri Schoedon
parent 7f9a9e2e82
commit 3f95a62e4f
3 changed files with 1 additions and 16 deletions

View File

@@ -30,17 +30,12 @@ extern crate ethcore_transaction as transaction;
extern crate ethcore;
extern crate ethereum_types;
extern crate env_logger;
extern crate hashdb;
extern crate fastmap;
extern crate rand;
extern crate semver;
extern crate parking_lot;
extern crate rlp;
extern crate ipnetwork;
extern crate keccak_hash as hash;
extern crate keccak_hasher;
extern crate triehash_ethereum;
extern crate kvdb;
extern crate ethcore_light as light;