refactor(blahctl)!: update to new id-desc and schema

This commit is contained in:
oxalica 2024-09-24 21:54:54 -04:00
parent 10dcc64fe9
commit 3cc6017ae0
2 changed files with 39 additions and 55 deletions

View file

@ -11,7 +11,7 @@ hex = "0.4"
humantime = "2"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rusqlite = "0.32"
rusqlite = { version = "0.32", features = ["rusqlite-macros"] }
serde_json = "1"
tokio = { version = "1", features = ["rt", "macros"] }