mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
refactor(touch): Move to clap + add a test (#1629)
This commit is contained in:
parent
5efaa0bf32
commit
bfba889f8e
4 changed files with 129 additions and 93 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2160,8 +2160,8 @@ dependencies = [
|
|||
name = "uu_touch"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"filetime 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.42 (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