mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
cp: remove unused winapi
dependency
This commit is contained in:
parent
76ee0db26c
commit
45dea119fa
2 changed files with 0 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2276,7 +2276,6 @@ dependencies = [
|
|||
"selinux",
|
||||
"uucore",
|
||||
"walkdir",
|
||||
"winapi",
|
||||
"xattr",
|
||||
]
|
||||
|
||||
|
|
|
@ -27,9 +27,6 @@ selinux = { version="0.3", optional=true }
|
|||
uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["entries", "fs", "perms", "mode"] }
|
||||
walkdir = "2.2"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version="0.3", features=["fileapi"] }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
xattr="0.2.3"
|
||||
exacl= { version = "0.9.0", optional=true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue