mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 17:43:52 +00:00
0cd807c404
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.207 to 0.0.208. - [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases) - [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.207...v0.0.208) Signed-off-by: dependabot[bot] <support@dependabot.com>
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 = "2.1"
|
|
|
|
[dependencies.uucore]
|
|
path = "../uucore"
|
|
features = ["entries", "fs"]
|
|
|
|
[dependencies.clippy]
|
|
version = "0.0.208"
|
|
optional = true
|
|
|
|
[[bin]]
|
|
name = "chown"
|
|
path = "../../uumain.rs"
|