parity-zcash/test-data/Cargo.toml

13 lines
273 B
TOML
Raw Normal View History

2016-10-18 08:23:40 -07:00
[package]
name = "test-data"
version = "0.1.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
[dependencies]
time = "0.1"
2016-10-18 08:23:40 -07:00
chain = { path = "../chain" }
primitives = { path = "../primitives" }
serialization = { path = "../serialization" }
script = { path = "../script" }