parity-zcash/message/Cargo.toml

14 lines
313 B
TOML
Raw Normal View History

2016-09-19 07:13:50 -07:00
[package]
2016-10-03 07:29:07 -07:00
name = "message"
2016-09-19 07:13:50 -07:00
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
byteorder = "0.5"
bitcrypto = { path = "../crypto" }
2016-10-03 14:36:22 -07:00
chain = { path = "../chain" }
2016-09-19 09:36:48 -07:00
primitives = { path = "../primitives" }
2016-09-19 07:13:50 -07:00
serialization = { path = "../serialization" }
network = { path = "../network" }