10 lines
160 B
TOML
10 lines
160 B
TOML
[package]
|
|
name = "xtask"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
xflags = "0.3"
|
|
xshell = "0.2" |