mirror of
https://github.com/uutils/coreutils
synced 2024-12-19 01:23:53 +00:00
14 lines
152 B
TOML
14 lines
152 B
TOML
|
[package]
|
||
|
name = "nproc"
|
||
|
version = "0.0.1"
|
||
|
authors = []
|
||
|
|
||
|
[lib]
|
||
|
name = "nproc"
|
||
|
path = "nproc.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
getopts = "*"
|
||
|
libc = "*"
|
||
|
num_cpus = "*"
|