mirror of
https://github.com/chmln/sd
synced 2024-11-22 03:03:03 +00:00
d0fd7f6ac3
* Move the `xtask` to edition 2021 too * Dont rely on feature unification for clap * Add `rust-version` to the `Cargo.toml`
11 lines
191 B
TOML
11 lines
191 B
TOML
[package]
|
|
name = "xtask"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
clap_complete = "4.4.3"
|
|
clap_mangen = "0.2.14"
|
|
roff = "0.2.1"
|