fix: add missing utoipa dependencies for API documentation

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-12 16:57:16 -03:00
parent 47f4c1b865
commit 900aa73959

View File

@@ -50,6 +50,8 @@ tower-http = { version = "0.5", features = ["cors", "fs", "trace"] }
hyper = { version = "1.0", features = ["full"] } hyper = { version = "1.0", features = ["full"] }
once_cell = "1.19.0" once_cell = "1.19.0"
which = "6.0" which = "6.0"
utoipa = { version = "4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "4.0", features = ["axum"] }
[dev-dependencies] [dev-dependencies]
tempfile = "3.3.0" tempfile = "3.3.0"