parity-zcash/Cargo.toml

13 lines
279 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]
2016-09-19 06:09:22 -07:00
bitcrypto = { path = "crypto" }
2016-09-19 06:23:37 -07:00
chain = { path = "chain" }
2016-09-19 06:39:57 -07:00
keys = { path = "keys" }
2016-09-20 23:54:08 -07:00
p2p = { path = "p2p" }
2016-09-19 06:23:37 -07:00
primitives = { path = "primitives" }
2016-09-19 07:09:05 -07:00
script = { path = "script" }