openethereum/util/kvdb/Cargo.toml
2017-10-16 12:15:19 +02:00

10 lines
193 B
TOML

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