allow recovery from broken db

This commit is contained in:
Aiden McClelland
2022-09-27 14:51:31 -06:00
parent 50657d63e2
commit 391e86276d
2 changed files with 16 additions and 6 deletions

View File

@@ -7,6 +7,6 @@ edition = "2021"
[dependencies]
clap = "3.2.16"
patch-db = { path = "../patch-db" }
patch-db = { path = "../patch-db", features = ["debug"] }
serde_json = "1.0.85"
tokio = { version = "1.20.1", features = ["full"] }