Cargo.toml 390 B
Newer Older
Marek Kotewicz's avatar
Marek Kotewicz committed
[package]
name = "pbtc"
version = "0.1.0"
Marek Kotewicz's avatar
Marek Kotewicz committed
license = "GPL-3.0"
authors = ["Ethcore <[email protected]>"]
description = "Parity bitcoin client."
Marek Kotewicz's avatar
Marek Kotewicz committed

[dependencies]
Marek Kotewicz's avatar
Marek Kotewicz committed
clap = { version = "2", features = ["yaml"] }

bitcrypto = { path = "crypto" }
Marek Kotewicz's avatar
Marek Kotewicz committed
keys = { path = "keys" }
message = { path = "message" }
Marek Kotewicz's avatar
Marek Kotewicz committed
p2p = { path = "p2p" }
Marek Kotewicz's avatar
Marek Kotewicz committed
script = { path = "script" }
Marek Kotewicz's avatar
Marek Kotewicz committed

[[bin]]
path = "pbtc/main.rs"
name = "pbtc"