1
Fork 0
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:
Sylvestre Ledru 2020-11-21 09:53:13 +01:00 committed by GitHub
parent 5efaa0bf32
commit bfba889f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 129 additions and 93 deletions

2
Cargo.lock generated
View file

@ -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",