Add CLI command for generating OpenAPI documentation

This commit is contained in:
GW_MC
2025-12-05 17:22:51 +08:00
parent 34ebfaddbc
commit d2b842d933
5 changed files with 128 additions and 8 deletions

View File

@@ -21,3 +21,5 @@ sea-orm = { workspace = true }
include_dir = { version = "0.7.4" }
mime_guess = { version = "2.0.5" }
utoipa = { version = "5.4.0", features = ["macros", "axum_extras", "chrono", "decimal", "uuid", "time", "openapi_extensions"] }
clap = { version = "4.5.53" }
once_cell = { version = "1.21.3" }