parity-zcash/Cargo.toml

16 lines
381 B
TOML
Raw Normal View History

2016-08-15 05:50:20 -07:00
[package]
name = "pbtc"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
rand = "0.3.14"
2016-08-15 05:50:20 -07:00
byteorder = "0.5"
rustc-serialize = "0.3"
lazy_static = "0.2"
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
2016-08-17 06:00:47 -07:00
base58 = "0.1"
2016-09-19 06:02:10 -07:00
primitives = { path = "primitives" }
2016-09-19 06:09:22 -07:00
bitcrypto = { path = "crypto" }
2016-09-19 06:15:56 -07:00
serialization = { path = "serialization" }