mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
cp: add support for -x/--one-file-system (#1840)
This commit is contained in:
parent
9132d32315
commit
c6927d97c8
5 changed files with 80 additions and 5 deletions
|
@ -347,6 +347,7 @@ tempfile = "= 3.1.0"
|
|||
time = "0.1"
|
||||
unindent = "0.1"
|
||||
uucore = { version=">=0.0.7", package="uucore", path="src/uucore", features=["entries"] }
|
||||
walkdir = "2.2"
|
||||
|
||||
[target.'cfg(unix)'.dev-dependencies]
|
||||
rust-users = { version="0.10", package="users" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue