allow recovery from broken db (#50)

This commit is contained in:
Aiden McClelland
2022-09-27 14:56:26 -06:00
committed by GitHub
parent 50657d63e2
commit 00564ca1ca
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"] }