4145be863b
* Update error-chain to 0.12 to silence warnings * Bump quick_error crate to 1.2.2 to silence linter warnings
10 lines
232 B
TOML
10 lines
232 B
TOML
[package]
|
|
name = "kvdb"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
elastic-array = "0.10"
|
|
error-chain = { version = "0.12", default-features = false }
|
|
ethcore-bytes = { path = "../bytes" }
|