diff --git a/Cargo.toml b/Cargo.toml index 23df82b..3c743d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" keywords = ["const", "primes"] categories = ["mathematics", "no-std", "no-std::no-alloc"] description = "Generate and work with prime numbers in const contexts" -repository = "" +repository = "https://github.com/JSorngard/const-primes" [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] }