removed unused crate

This commit is contained in:
Svyatoslav Nikolsky 2018-04-11 11:22:38 +03:00
parent b52a05e124
commit 3b93a247e5
3 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View File

@ -1158,7 +1158,6 @@ dependencies = [
"chain 0.1.0",
"display_derive 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"elastic-array 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lru-cache 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"primitives 0.1.0",

View File

@ -6,7 +6,6 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.6"
parking_lot = "0.4"
log = "0.4"
bit-vec = "0.4"
lru-cache = "0.1"
primitives = { path = "../primitives" }

View File

@ -1,7 +1,5 @@
extern crate elastic_array;
extern crate parking_lot;
#[macro_use]
extern crate log;
extern crate bit_vec;
extern crate lru_cache;
#[macro_use]