1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

Merge branch 'main' into fs_extra

This commit is contained in:
Sylvestre Ledru 2023-02-18 17:23:07 +01:00 committed by GitHub
commit f88b4f4109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 426 additions and 300 deletions

9
Cargo.lock generated
View file

@ -878,6 +878,12 @@ dependencies = [
"libc",
]
[[package]]
name = "fundu"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925250bc259498d4008ee072bf16586083ab2c491aa4b06b3c4d0a6556cebd74"
[[package]]
name = "futures"
version = "0.3.25"
@ -2807,7 +2813,6 @@ version = "0.0.17"
dependencies = [
"clap",
"libc",
"num_cpus",
"uucore",
]
@ -3094,9 +3099,9 @@ version = "0.0.17"
dependencies = [
"atty",
"clap",
"fundu",
"libc",
"memchr",
"nix",
"notify",
"same-file",
"uucore",