From 942737cd4a70ba4f9a2de2c23f821133573523e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 3 Mar 2021 13:33:04 +0100 Subject: [PATCH] Changed descriptions. --- Cargo.toml | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ----------