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

refactor(id) - move to clap and add more tests (#1628)

This commit is contained in:
Sylvestre Ledru 2020-11-21 09:52:50 +01:00 committed by GitHub
parent 41ba5ed913
commit 5efaa0bf32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 143 additions and 41 deletions

1
Cargo.lock generated
View file

@ -1669,6 +1669,7 @@ dependencies = [
name = "uu_id"
version = "0.0.1"
dependencies = [
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.4",
"uucore_procs 0.0.4",
]