1
Fork 0
mirror of https://github.com/RGBCube/watt synced 2025-07-31 09:57:48 +00:00
watt/xtask/Cargo.toml

19 lines
421 B
TOML

[package]
name = "xtask"
description.workspace = true
version.workspace = true
edition.workspace = true
authors.workspace = true
rust-version.workspace = true
publish = false
[[bin]]
name = "xtask"
path = "main.rs"
[dependencies]
watt.path = "../watt"
clap.workspace = true
clap_complete.workspace = true
clap_complete_nushell.workspace = true