patagia-control/xtask/Cargo.toml

15 lines
283 B
TOML

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