mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
cp: Also import entries from uucore
This commit is contained in:
parent
b5977021bc
commit
6946377e02
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ filetime = "0.2"
|
||||||
libc = "0.2.85"
|
libc = "0.2.85"
|
||||||
quick-error = "1.2.3"
|
quick-error = "1.2.3"
|
||||||
selinux = { version="0.2.3", optional=true }
|
selinux = { version="0.2.3", optional=true }
|
||||||
uucore = { version=">=0.0.10", package="uucore", path="../../uucore", features=["fs", "perms", "mode"] }
|
uucore = { version=">=0.0.10", package="uucore", path="../../uucore", features=["entries", "fs", "perms", "mode"] }
|
||||||
uucore_procs = { version=">=0.0.7", package="uucore_procs", path="../../uucore_procs" }
|
uucore_procs = { version=">=0.0.7", package="uucore_procs", path="../../uucore_procs" }
|
||||||
walkdir = "2.2"
|
walkdir = "2.2"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue