parity-zcash/Cargo.toml

10 lines
171 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]
byteorder = "0.5"
2016-08-16 01:49:35 -07:00
rust-crypto = "0.2.36"
2016-08-15 05:50:20 -07:00
rustc-serialize = "0.3"