зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
344 B
TOML
15 строки
344 B
TOML
[package]
|
|
|
|
name = "num_cpus"
|
|
version = "1.2.1"
|
|
description = "Get the number of CPUs on a machine."
|
|
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/seanmonstar/num_cpus"
|
|
documentation = "https://docs.rs/num_cpus"
|
|
keywords = ["cpu", "cpus", "cores"]
|
|
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|