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

refactor(realpath): move to clap

This commit is contained in:
Sylvestre Ledru 2021-01-19 12:38:02 +01:00 committed by Sylvestre Ledru
parent e331186fee
commit 9f7259b986
3 changed files with 61 additions and 72 deletions

2
Cargo.lock generated
View file

@ -1933,7 +1933,7 @@ dependencies = [
name = "uu_realpath"
version = "0.0.2"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.5",
"uucore_procs 0.0.5",
]