46183b1cdd
* bigint upgraded to version 3.0 * fixed missing FromHex import in ethcore tests * fixed missing FromHex import in rpc tests
15 lines
239 B
TOML
15 lines
239 B
TOML
[package]
|
|
name = "ethstore-cli"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
rustc-hex = "1.0"
|
|
docopt = "0.7"
|
|
ethstore = { path = "../" }
|
|
|
|
[[bin]]
|
|
name = "ethstore"
|
|
path = "src/main.rs"
|
|
doc = false
|