feat(blahctl): add database commands to modify users and rooms

This commit is contained in:
oxalica 2024-09-24 22:59:32 -04:00
parent a972477171
commit 066061e2ec
3 changed files with 119 additions and 2 deletions

View file

@ -12,6 +12,7 @@ humantime = "2"
rand = "0.8"
reqwest = { version = "0.12", features = ["json"] }
rusqlite = { version = "0.32", features = ["rusqlite-macros"] }
serde_jcs = "0.1.0"
serde_json = "1"
tokio = { version = "1", features = ["rt", "macros"] }