This commit is contained in:
2026-03-16 00:56:28 +01:00
parent 50e1d4c25f
commit 628582a48b
21 changed files with 418 additions and 353 deletions

View File

@@ -44,7 +44,7 @@ utoipa-scalar = { version = "0.3", features = ["axum"] }
utoipa-swagger-ui = { version = "9.0", features = ["axum"] }
utoipa-axum = "0.2"
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["trace", "cors", "timeout", "catch-panic"] }
tower-http = { version = "0.6", features = ["trace", "cors", "timeout", "catch-panic", "fs"] }
# UDP
socket2 = "0.6"