1
Fork 0
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:
Knight 2016-08-21 17:04:02 +08:00
parent 2981eb5112
commit 8cba71adb4
4 changed files with 10 additions and 1 deletions

View file

@ -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" }