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

View File

@ -0,0 +1,12 @@
[package]
name = "openapi-generator"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
meilisearch = { path = "../meilisearch" }
serde_json = "1.0"
clap = { version = "4.5.40", features = ["derive"] }
anyhow = "1.0.98"
utoipa = "5.4.0"