parity-zcash/verification/Cargo.toml

22 lines
530 B
TOML
Raw Normal View History

2016-10-17 12:27:45 -07:00
[package]
name = "verification"
version = "0.1.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
[dependencies]
byteorder = "0.5"
parking_lot = "0.3"
linked-hash-map = "0.3"
time = "0.1"
log = "0.3"
2016-11-29 03:07:11 -08:00
scoped-pool = "1.0"
2016-10-17 12:27:45 -07:00
ethcore-devtools = { path = "../devtools" }
primitives = { path = "../primitives" }
chain = { path = "../chain" }
serialization = { path = "../serialization" }
2016-10-19 04:39:58 -07:00
test-data = { path = "../test-data" }
script = { path = "../script" }
network = { path = "../network" }
db = { path = "../db", features = ["dev"] }