mirror of
https://github.com/uutils/coreutils
synced 2024-12-23 19:43:15 +00:00
19 lines
238 B
TOML
19 lines
238 B
TOML
[package]
|
|
name = "chown"
|
|
version = "0.0.1"
|
|
authors = []
|
|
|
|
[lib]
|
|
name = "uu_chown"
|
|
path = "chown.rs"
|
|
|
|
[dependencies]
|
|
getopts = "*"
|
|
glob = "*"
|
|
libc = "*"
|
|
uucore = { path="../uucore" }
|
|
walkdir = "0.1"
|
|
|
|
[[bin]]
|
|
name = "chown"
|
|
path = "main.rs"
|