This commit is contained in:
2025-04-20 09:42:22 +02:00
parent 616d3247b6
commit ec6da0b4e0
9 changed files with 125 additions and 56 deletions

View File

@@ -14,7 +14,8 @@ actix-web = "4"
actix-rt = "2"
actix-cors = "0.6"
utoipa = { version = "3.3", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "3.1", features = ["actix-web"] }
utoipa-swagger-ui = { version = "9.0.1", features = ["actix-web"] }
utoipa-redoc = { version = "6.0", features = ["actix-web"] }
tokio = { version = "1", features = ["full"] }
log = "0.4"
env_logger = "0.10"