parity-zcash/keys/Cargo.toml

14 lines
323 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"
2016-09-19 06:39:57 -07:00
rustc-serialize = "0.3"
lazy_static = "0.2"
base58 = "0.1"
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
bitcrypto = { path = "../crypto" }
primitives = { path = "../primitives" }