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

refactor(ln): move to clap

This commit is contained in:
Sylvestre Ledru 2021-01-02 22:35:03 +01:00
parent 90722c1f3c
commit 7f1d47b77a
4 changed files with 160 additions and 114 deletions

1
Cargo.lock generated
View file

@ -1756,6 +1756,7 @@ dependencies = [
name = "uu_ln"
version = "0.0.1"
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)",
"uucore 0.0.4",
"uucore_procs 0.0.4",