openethereum/ethkey/cli/Cargo.toml

18 lines
311 B
TOML
Raw Normal View History

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