diff --git a/Cargo.toml b/Cargo.toml index 97058a6..d3ebc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "indivisible" -version = "0.1.0" -authors = ["Nicolás Ortega Froysa "] +version = "2.0.0" +authors = ["Nicolás Ortega Froysa "] +description = "A rewrite of the Indivisible (now legacy) project, once written in C, now rewritten in Rust." edition = "2018" +readme = "README" +license = "GPL-3.0" +keywords = ["primes", "math"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html