Changed descriptions.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-03-03 13:33:04 +01:00
parent c68d75cb8c
commit 942737cd4a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "indivisible"
version = "2.0.0"
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
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"

2
README
View File

@ -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
----------