parity-zcash/Cargo.toml

14 lines
322 B
TOML

[package]
name = "pbtc"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
bitcrypto = { path = "crypto" }
chain = { path = "chain" }
keys = { path = "keys" }
net = { path = "net" }
primitives = { path = "primitives" }
script = { path = "script" }
serialization = { path = "serialization" }