1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

refactor(fmt) move to clap

This commit is contained in:
Sylvestre Ledru 2021-01-25 10:55:13 +01:00 committed by Sylvestre Ledru
parent cacaf0cde8
commit f0b302d716
3 changed files with 168 additions and 47 deletions

1
Cargo.lock generated
View file

@ -1576,6 +1576,7 @@ dependencies = [
name = "uu_fmt"
version = "0.0.3"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",