ff0095ac5e
* Move devtools. * Merge stop_guard & rename memzero * Move price-info to miner. * Group account management * Clean up workspace members. * Move local store closer to miner. * Move clib examples. * Move registrar and hash-fetch * Move rpc_cli/rpc_client * Move stratum closer to miner. * Fix naming convention of crates. * Update Cpp examples path. * Fix paths for clib-example. * Fix removing build.
22 lines
476 B
TOML
22 lines
476 B
TOML
[package]
|
|
name = "ethkey"
|
|
version = "0.3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.0"
|
|
edit-distance = "2.0"
|
|
parity-crypto = "0.2"
|
|
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
|
|
ethereum-types = "0.4"
|
|
lazy_static = "1.0"
|
|
log = "0.4"
|
|
memzero = { path = "../../util/memzero" }
|
|
parity-wordlist = "1.2"
|
|
quick-error = "1.2.2"
|
|
rand = "0.4"
|
|
rustc-hex = "1.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
tiny-keccak = "1.4"
|