openethereum/ethkey/cli/Cargo.toml

15 lines
233 B
TOML
Raw Normal View History

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