refactor: clean up locking and convert to async

This commit is contained in:
2025-02-16 14:21:29 -05:00
parent 1c7a6fde09
commit 2e1736af25
7 changed files with 44 additions and 36 deletions

2
Cargo.lock generated
View File

@@ -1179,12 +1179,12 @@ dependencies = [
"anyhow",
"azalea",
"clap",
"futures",
"http-body-util",
"hyper",
"hyper-util",
"log",
"mlua",
"parking_lot",
"tokio",
]