2017-06-19 11:29:09 +02:00
|
|
|
[package]
|
|
|
|
name = "ethstore-cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-07-06 11:36:15 +02:00
|
|
|
rustc-hex = "1.0"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
docopt = "0.8"
|
2017-06-19 11:29:09 +02:00
|
|
|
ethstore = { path = "../" }
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "ethstore"
|
|
|
|
path = "src/main.rs"
|
|
|
|
doc = false
|