switched back to axum wip

This commit is contained in:
2026-03-02 17:03:22 +01:00
parent f7e55536ab
commit 05ba925d54
6 changed files with 240 additions and 68 deletions

View File

@@ -14,4 +14,11 @@ actix-web = "4.12.1"
paperclip = { version = "0.9.5", features = ["actix4"] }
apistos = { version = "0.6.0", features = ["swagger-ui"] }
schemars = { package = "apistos-schemars", version = "0.8" }
sea-orm = { version = "1.1.19", features = ["macros", "runtime-tokio", "sqlx-sqlite"] }
sea-orm = { version = "1.1.19", features = [
"macros",
"runtime-tokio",
"sqlx-sqlite",
] }
utoipa = { version = "5.4.0", features = ["axum_extras", "chrono"] }
utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }