[package] name = "db" version = "0.1.0" authors = ["Nikolay Volf "] [dependencies] elastic-array = "0.5" rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" } ethcore-devtools = { path = "../devtools" } primitives = { path = "../primitives" } byteorder = "0.5" chain = { path = "../chain" } serialization = { path = "../serialization" } parking_lot = "0.3"