lazy: done

This commit is contained in:
nym21
2025-05-08 11:15:47 +02:00
parent 3f62da879c
commit 96eeacbe2b
14 changed files with 690 additions and 371 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ log = { workspace = true }
minreq = { workspace = true }
oxc = { version = "0.68.1", features = ["codegen", "minifier"] }
serde = { workspace = true }
tokio = { version = "1.44.2", features = ["full"] }
tower-http = { version = "0.6.2", features = ["compression-full", "trace"] }
tokio = { version = "1.45.0", features = ["full"] }
tower-http = { version = "0.6.3", features = ["compression-full", "trace"] }
zip = "2.6.1"
tracing = "0.1.41"