lost commit

This commit is contained in:
Svyatoslav Nikolsky 2017-08-09 12:33:41 +03:00
parent 9b34c77f98
commit 45087599ef
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@ -847,7 +847,6 @@ name = "ethstore"
version = "0.1.0"
dependencies = [
"ethcore-bigint 0.1.3",
"ethcore-util 1.8.0",
"ethcrypto 0.1.0",
"ethkey 0.2.0",
"itertools 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -19,7 +19,6 @@ itertools = "0.5"
parking_lot = "0.4"
ethcrypto = { path = "../ethcrypto" }
ethcore-bigint = { path = "../util/bigint" }
ethcore-util = { path = "../util" }
smallvec = "0.4"
parity-wordlist = "1.0"
tempdir = "0.3"

View File

@ -35,7 +35,6 @@ extern crate ethcore_bigint as bigint;
extern crate ethcrypto as crypto;
extern crate ethkey as _ethkey;
extern crate parity_wordlist;
extern crate ethcore_util as util;
#[macro_use]
extern crate log;