2017-10-16 10:57:27 +02:00
|
|
|
[package]
|
|
|
|
name = "kvdb-rocksdb"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
elastic-array = "0.9"
|
|
|
|
ethcore-bigint = { path = "../bigint" }
|
|
|
|
ethcore-devtools = { path = "../../devtools" }
|
2018-01-03 11:00:37 +01:00
|
|
|
kvdb = { path = "../kvdb" }
|
|
|
|
log = "0.3"
|
|
|
|
num_cpus = "1.0"
|
2017-10-16 10:57:27 +02:00
|
|
|
parking_lot = "0.4"
|
|
|
|
regex = "0.2"
|
|
|
|
rlp = { path = "../rlp" }
|
|
|
|
rocksdb = { git = "https://github.com/paritytech/rust-rocksdb" }
|