openethereum/util/kvdb/Cargo.toml
2017-11-13 16:48:58 +01:00

10 lines
231 B
TOML

[package]
name = "kvdb"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.9"
error-chain = { version = "0.11", default-features = false }
ethcore-bytes = { path = "../bytes" }