Fix readme filename in Cargo.toml

This commit is contained in:
2025-12-04 11:59:06 +01:00
parent bde097302b
commit 00da4333bf

View File

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