Fix readme filename in Cargo.toml
This commit is contained in:
@@ -4,7 +4,7 @@ version = "2.0.0"
|
|||||||
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
|
authors = ["Nicolás Ortega Froysa <nicolas@ortegas.org>"]
|
||||||
description = "A prime number generator and tester"
|
description = "A prime number generator and tester"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "README"
|
readme = "README.md"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
keywords = [ "primes", "math" ]
|
keywords = [ "primes", "math" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user