mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +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]
|
||||
clap = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
|
||||
uucore = { workspace = true, features = ["entries", "fs", "mode", "perms"] }
|
||||
|
||||
[[bin]]
|
||||
name = "chmod"
|
||||
|
|
|
@ -86,7 +86,7 @@ fsxattr = ["xattr"]
|
|||
lines = []
|
||||
format = ["itertools", "quoting-style"]
|
||||
mode = ["libc"]
|
||||
perms = ["libc", "walkdir"]
|
||||
perms = ["entries", "libc", "walkdir"]
|
||||
buf-copy = []
|
||||
pipes = []
|
||||
process = ["libc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue