prep kvdb-memorydb

This commit is contained in:
David Palm 2018-08-24 18:25:26 +02:00
parent d96618e0a3
commit 5f118cdac0
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
name = "kvdb-memorydb"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
repository = "https://github.com/paritytech/parity-common"
description = "A key-value in-memory database that implements the `KeyValueDB` trait"
license = "GPL-3.0"
[dependencies]
parking_lot = "0.6"
kvdb = { path = "../kvdb" }
kvdb = { version = "0.1", path = "../kvdb" }