uu_chown 0.0.27

chown ~ (uutils) change the ownership of FILE
Documentation
[package]
name = "uu_chown"
version = "0.0.27"
authors = ["uutils developers"]
license = "MIT"
description = "chown ~ (uutils) change the ownership of FILE"

homepage = "https://github.com/uutils/coreutils"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
categories = ["command-line-utilities"]
edition = "2021"

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

[dependencies]
clap = { workspace = true }
uucore = { workspace = true, features = ["entries", "fs", "perms"] }

[[bin]]
name = "chown"
path = "src/main.rs"