1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #1521 from sylvestre/nproc

Add tests for nproc + clap migration
This commit is contained in:
Alex Lyon 2020-06-08 19:18:00 -07:00 committed by GitHub
commit 80987250d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 94 additions and 44 deletions

1
Cargo.lock generated
View file

@ -1610,6 +1610,7 @@ dependencies = [
name = "uu_nproc"
version = "0.0.1"
dependencies = [
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",