Add CI to publish OpenAPI file

This commit is contained in:
curquiza
2025-08-11 18:09:54 +02:00
parent 33bc86d71a
commit 0881810780
6 changed files with 98 additions and 1 deletions

11
Cargo.lock generated
View File

@ -4338,6 +4338,17 @@ version = "11.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
[[package]]
name = "openapi-generator"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"meilisearch",
"serde_json",
"utoipa",
]
[[package]]
name = "openssl-probe"
version = "0.1.6"