added vibecoded swagger documentation with utoipa

This commit is contained in:
2026-07-06 12:34:46 +02:00
parent 19fffc8b30
commit f31eec26d0
12 changed files with 822 additions and 151 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"