mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
c66dd59489
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.39 to 0.2.42. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.39...0.2.42) Signed-off-by: dependabot[bot] <support@dependabot.com>
21 lines
285 B
TOML
21 lines
285 B
TOML
[package]
|
|
name = "chmod"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_chmod"
|
|
path = "chmod.rs"
|
|
|
|
[dependencies]
|
|
libc = "0.2.42"
|
|
walker = "1.0.0"
|
|
|
|
[dependencies.uucore]
|
|
path = "../uucore"
|
|
features = ["mode"]
|
|
|
|
[[bin]]
|
|
name = "chmod"
|
|
path = "../../uumain.rs"
|