mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 00:53:25 +00:00
4b5dbcf995
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/num_cpus/compare/v1.10.0...v1.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
260 B
TOML
19 lines
260 B
TOML
[package]
|
|
name = "nproc"
|
|
version = "0.0.1"
|
|
authors = []
|
|
build = "../../mkmain.rs"
|
|
|
|
[lib]
|
|
name = "uu_nproc"
|
|
path = "nproc.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.18"
|
|
libc = "0.2.42"
|
|
num_cpus = "1.10"
|
|
uucore = "0.0.1"
|
|
|
|
[[bin]]
|
|
name = "nproc"
|
|
path = "../../uumain.rs"
|