treewide: add basic optimizations

This commit is contained in:
2026-06-01 21:49:28 -04:00
parent 36b0c0343d
commit d82127c5fb
3 changed files with 120 additions and 143 deletions
-1
View File
@@ -8,7 +8,6 @@ anyhow = "1.0.102"
axum = { version = "0.8.9", features = ["ws"] }
futures = "0.3.32"
rand = "0.10.1"
regex = "1.12.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.3", features = ["full"] }