changed backedn framwork from axum to actix and also added openapi and swagger ui

This commit is contained in:
2026-02-04 22:55:19 +01:00
parent 9b093e6739
commit e135a34d4c
11 changed files with 1716 additions and 91 deletions

View File

@@ -10,3 +10,7 @@ chrono = { version = "0.4.42", features = ["serde"] }
axum = { version = "0.8.8", features = ["macros"] }
tokio = { version = "1.49.0", features = ["full"] }
serde = { version = "1.0.228", features = ["derive"] }
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" }