patagia-control/xtask/Cargo.toml
Daniel Lundin 3ccfb881b5
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
feat(telemetry): add resource detection and better default
2025-01-08 21:53:32 +01:00

15 lines
283 B
TOML

[package]
name = "xtask"
edition = "2021"
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