Cargo.toml 279 B
Newer Older
Marek Kotewicz's avatar
Marek Kotewicz committed
[package]
name = "pbtc"
version = "0.1.0"
authors = ["debris <[email protected]>"]

[dependencies]
bitcrypto = { path = "crypto" }
chain = { path = "chain" }
Marek Kotewicz's avatar
Marek Kotewicz committed
keys = { path = "keys" }
Marek Kotewicz's avatar
Marek Kotewicz committed
p2p = { path = "p2p" }
primitives = { path = "primitives" }
Marek Kotewicz's avatar
Marek Kotewicz committed
script = { path = "script" }