added vibecoded swagger documentation with utoipa

This commit is contained in:
2026-07-06 12:35:20 +02:00
parent 19fffc8b30
commit 7f9ddf69d6
13 changed files with 828 additions and 157 deletions
+2
View File
@@ -25,6 +25,8 @@ tower-http = { version = "0.6.6", features = ["cors", "limit", "trace", "fs"] }
tower_governor = "0.8.0"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
utoipa = { version = "5.5.0", features = ["uuid"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
uuid = { version = "1.19.0", features = ["serde", "v7"] }
validator = "0.20.0"