mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #7157 from sylvestre/missing-dep
Add missing dependencies
This commit is contained in:
commit
1597e26fd0
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ path = "src/chmod.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
|
uucore = { workspace = true, features = ["entries", "fs", "mode", "perms"] }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "chmod"
|
name = "chmod"
|
||||||
|
|
|
@ -86,7 +86,7 @@ fsxattr = ["xattr"]
|
||||||
lines = []
|
lines = []
|
||||||
format = ["itertools", "quoting-style"]
|
format = ["itertools", "quoting-style"]
|
||||||
mode = ["libc"]
|
mode = ["libc"]
|
||||||
perms = ["libc", "walkdir"]
|
perms = ["entries", "libc", "walkdir"]
|
||||||
buf-copy = []
|
buf-copy = []
|
||||||
pipes = []
|
pipes = []
|
||||||
process = ["libc"]
|
process = ["libc"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue