mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-29 01:47:44 +00:00
19 lines
421 B
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
|