coreutils/src/nproc/Cargo.toml
dependabot[bot] c66dd59489
Bump libc from 0.2.39 to 0.2.42
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>
2018-06-11 17:13:54 +00:00

19 lines
272 B
TOML

[package]
name = "nproc"
version = "0.0.1"
authors = []
build = "../../mkmain.rs"
[lib]
name = "uu_nproc"
path = "nproc.rs"
[dependencies]
getopts = "0.2.14"
libc = "0.2.42"
num_cpus = "1.5"
uucore = { path="../uucore" }
[[bin]]
name = "nproc"
path = "../../uumain.rs"