parity-zcash/keys/Cargo.toml

14 lines
315 B
TOML
Raw Normal View History

2016-09-19 06:39:57 -07:00
[package]
name = "keys"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
2018-02-05 06:25:36 -08:00
rand = "0.4"
rustc-hex = "2"
2018-05-11 02:59:45 -07:00
lazy_static = "1.0"
2016-09-19 06:39:57 -07:00
base58 = "0.1"
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
bitcrypto = { path = "../crypto" }
primitives = { path = "../primitives" }