patagia-control/xtask/Cargo.toml
Daniel Lundin a4097b7cc3
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Add OpenAPI generation xtask
2024-12-14 17:18:29 +01:00

15 lines
276 B
TOML

[package]
name = "xtask"
version = "0.0.0"
edition = "2021"
[[bin]]
name = "xtask"
test = false
doctest = false
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
patagia-controller = { path = "../controller" }
semver.workspace = true