1
Fork 0
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:
Sylvestre Ledru 2020-06-02 23:10:11 +02:00
parent a7de28a714
commit ed1ebe09ff
3 changed files with 48 additions and 26 deletions

1
Cargo.lock generated
View file

@ -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)",
]