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

2
Cargo.lock generated
View File

@@ -4353,11 +4353,13 @@ dependencies = [
"async-trait",
"axum",
"chrono",
"clap",
"config",
"database",
"include_dir",
"migration",
"mime_guess",
"once_cell",
"sea-orm",
"serde",
"serde_json",