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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user