fix up some TODOs in replica.rs

This commit is contained in:
Dustin J. Mitchell 2020-11-21 23:46:49 -05:00
parent b3a0fe9f20
commit 74fb3c3c41
9 changed files with 183 additions and 53 deletions

View file

@ -13,6 +13,7 @@ failure = {version = "0.1.5", features = ["derive"] }
clap = "~2.33.0"
kv = {version = "0.10.0", features = ["msgpack-value"]}
lmdb-rkv = {version = "0.12.3"}
itertools = "0.9.0"
[dev-dependencies]
proptest = "0.9.4"