diff --git a/Cargo.toml b/Cargo.toml index 37147e4..f452260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "indivisible" 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." +description = "A prime number generator and tester" edition = "2018" readme = "README" license = "GPL-3.0" diff --git a/README b/README index 3f0557c..4ab5f26 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ =================== *** Indivisible *** =================== -Indivisible is an optimized prime number generator written in Rust. +Indivisible is an optimized prime number generator and tester written in Rust. # Building ----------