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:
committed by
Afri Schoedon
parent
7f9a9e2e82
commit
3f95a62e4f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user