uu_chgrp 0.0.2

chgrp ~ (uutils) change the group ownership of FILE
Documentation
[[bin]]
name = "chgrp"
path = "src/main.rs"
[dependencies.uucore]
features = ["entries", "fs", "perms"]
package = "uucore"
version = ">=0.0.5"

[dependencies.uucore_procs]
package = "uucore_procs"
version = ">=0.0.5"

[dependencies.walkdir]
version = "2.2"

[lib]
path = "src/chgrp.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "chgrp ~ (uutils) change the group ownership of FILE"
edition = "2018"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_chgrp"
repository = "https://github.com/uutils/coreutils/tree/master/src/uu/chgrp"
version = "0.0.2"