generated from Patagia/template-nix
15 lines
283 B
TOML
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
|