patagia-control/xtask/Cargo.toml

16 lines
283 B
TOML
Raw Normal View History

2024-12-11 21:12:24 +01:00
[package]
name = "xtask"
edition = "2021"
version.workspace = true
2024-12-11 21:12:24 +01:00
[[bin]]
name = "xtask"
test = false
doctest = false
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
patagia-controller = { path = "../controller" }
semver.workspace = true