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

1
Cargo.lock generated
View file

@ -300,6 +300,7 @@ dependencies = [
"rand",
"reqwest",
"rusqlite",
"serde_jcs",
"serde_json",
"tokio",
]