10d82ef119
* cleanup * upbork * review grumble: rename client id prefix * rpc-tests: make one of the clients open-ethereum * fix doctest * README: mention clang version and that our wiki is old
14 lines
316 B
TOML
14 lines
316 B
TOML
[package]
|
|
description = "Open Ethereum Keys Generator"
|
|
name = "ethkey"
|
|
version = "0.4.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
edit-distance = "2.0"
|
|
log = "0.4"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
parity-crypto = { version = "0.5.0", features = ["publickey"] }
|
|
parity-wordlist = "1.3.1"
|