mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(blahctl): add database commands to modify users and rooms
This commit is contained in:
parent
a972477171
commit
066061e2ec
3 changed files with 119 additions and 2 deletions
|
@ -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"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue