mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
chgrp: add entries
This commit is contained in:
parent
2981eb5112
commit
8cba71adb4
4 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,7 @@ build = "build.rs"
|
|||
[features]
|
||||
unix = [
|
||||
"arch",
|
||||
"chgrp",
|
||||
"chmod",
|
||||
"chown",
|
||||
"chroot",
|
||||
|
@ -108,6 +109,7 @@ base32 = { optional=true, path="src/base32" }
|
|||
base64 = { optional=true, path="src/base64" }
|
||||
basename = { optional=true, path="src/basename" }
|
||||
cat = { optional=true, path="src/cat" }
|
||||
chgrp = { optional=true, path="src/chgrp" }
|
||||
chmod = { optional=true, path="src/chmod" }
|
||||
chown = { optional=true, path="src/chown" }
|
||||
chroot = { optional=true, path="src/chroot" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue