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

[dependencies]
Marek Kotewicz's avatar
Marek Kotewicz committed
byteorder = "0.5"
rustc-serialize = "0.3"
lazy_static = "0.2"
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
Marek Kotewicz's avatar
Marek Kotewicz committed
base58 = "0.1"
bitcrypto = { path = "crypto" }
chain = { path = "chain" }
primitives = { path = "primitives" }
serialization = { path = "serialization" }