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