mirror of
https://github.com/uutils/coreutils
synced 2025-01-13 13:49:28 +00:00
25 lines
352 B
TOML
25 lines
352 B
TOML
[package]
|
|
name = "chown"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_chown"
|
|
path = "chown.rs"
|
|
|
|
[dependencies]
|
|
glob = "0.2.11"
|
|
walkdir = "0.1"
|
|
|
|
[dependencies.uucore]
|
|
path = "../uucore"
|
|
features = ["entries", "fs"]
|
|
|
|
[dependencies.clippy]
|
|
version = "0.0.143"
|
|
optional = true
|
|
|
|
[[bin]]
|
|
name = "chown"
|
|
path = "../../uumain.rs"
|