mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
allow recovery from broken db
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user