c50dacff17
* ethstore-cli and ethkey-cli are workspace projects * evmbin is now a workspace project
15 lines
239 B
TOML
15 lines
239 B
TOML
[package]
|
|
name = "ethkey-cli"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ethkey = { path = "../" }
|
|
rustc-serialize = "0.3"
|
|
docopt = "0.7"
|
|
|
|
[[bin]]
|
|
name = "ethkey"
|
|
path = "src/main.rs"
|
|
doc = false
|