Add "Client" concept and RocksDB

This commit is contained in:
Paul Hauner
2018-08-16 14:17:28 +10:00
parent 3372583c18
commit 9689142883
11 changed files with 180 additions and 91 deletions

View File

@@ -15,6 +15,7 @@ ethereum-types = ""
futures = "0.1.23"
network-libp2p = { path = "network-libp2p" }
rand = "0.3"
rocksdb = "0.10.1"
rlp = { git = "https://github.com/paritytech/parity-common" }
slog = "^2.2.3"
slog-term = "^2.4.0"