lost commit
This commit is contained in:
parent
9b34c77f98
commit
45087599ef
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user