ips/xtask/Cargo.toml

10 lines
212 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
description = "Build and test automation for IPS"
publish = false
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.6", features = ["derive"] }