diff --git a/Cargo.toml b/Cargo.toml index 4a6418b..d46c1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "num_cpus" -version = "0.2.13" +version = "1.0.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0" repository = "https://github.com/seanmonstar/num_cpus" +keywords = ["cpus", "cores"] [dependencies]