coreutils/src/nproc/Cargo.toml
2017-07-15 15:16:09 -05:00

18 lines
238 B
TOML

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