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:
parent
90722c1f3c
commit
7f1d47b77a
4 changed files with 160 additions and 114 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue