parity-zcash/bencher/Cargo.toml

22 lines
481 B
TOML
Raw Normal View History

2016-11-24 02:18:18 -08:00
[package]
name = "bencher"
version = "0.1.0"
license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"]
description = "Parity bitcoin client."
[dependencies]
storage = { path = "../storage" }
2016-11-24 02:18:18 -08:00
db = { path = "../db" }
verification = { path = "../verification" }
network = { path = "../network" }
2016-11-24 02:18:18 -08:00
chain = { path = "../chain" }
primitives = { path = "../primitives" }
test-data = { path = "../test-data" }
time = "*"
2017-03-12 08:05:35 -07:00
byteorder = "1.0"
2016-11-24 02:18:18 -08:00
[[bin]]
path = "src/main.rs"
name = "bencher"