mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
chmod: add uucore's "perms" feature to Cargo.toml
This commit is contained in:
parent
ed9e80e488
commit
4b68bce9a7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ path = "src/chmod.rs"
|
|||
[dependencies]
|
||||
clap = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
uucore = { workspace = true, features = ["fs", "mode"] }
|
||||
uucore = { workspace = true, features = ["fs", "mode", "perms"] }
|
||||
|
||||
[[bin]]
|
||||
name = "chmod"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue