This commit is contained in:
Priec
2026-05-17 18:15:22 +02:00
parent 1d51a23bfb
commit d164edf87c
18 changed files with 1159 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ tokio = { version = "1.45", default-features = false, features = [
"rt-multi-thread",
] }
async-trait = { version = "0.1" }
axum = { version = "0.8" }
axum = { version = "0.8", features = ["multipart"] }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
regex = { version = "1.11" }
@@ -42,6 +42,7 @@ fluent-templates = { version = "0.13", features = ["tera"] }
unic-langid = { version = "0.9" }
# /view engine
axum-extra = { version = "0.10", features = ["form"] }
bytes = { version = "1" }
[[bin]]
name = "universal_web-cli"