parity-zcash/db/Cargo.toml

12 lines
291 B
TOML
Raw Normal View History

2016-10-13 04:13:50 -07:00
[package]
name = "db"
version = "0.1.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
[dependencies]
elastic-array = "0.5"
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }
ethcore-devtools = { path = "../devtools" }
parking_lot = "0.2"
2016-10-13 05:06:12 -07:00
primitives = { path = "../primitives" }