mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
refactor(groups): move to clap
This commit is contained in:
parent
a7de28a714
commit
ed1ebe09ff
3 changed files with 48 additions and 26 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1334,6 +1334,7 @@ dependencies = [
|
|||
name = "uu_groups"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
||||
"uucore_procs 0.0.4 (git+https://github.com/uutils/uucore.git?branch=canary)",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue