1 2 3 4 5 6 7 8 9 10 11 12
[package] name = "num_cpus" version = "0.2.3" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur <sean.monstar@gmail.com>"] license = "MIT" repository = "https://github.com/seanmonstar/num_cpus" [dependencies] libc = "*"