parity-zcash/Cargo.toml

14 lines
322 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-19 07:13:50 -07:00
net = { path = "net" }
2016-09-19 06:23:37 -07:00
primitives = { path = "primitives" }
2016-09-19 07:09:05 -07:00
script = { path = "script" }
2016-09-19 06:15:56 -07:00
serialization = { path = "serialization" }