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:
commit
f88b4f4109
35 changed files with 426 additions and 300 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue