From e3f074c51aa20d62323446fd763417b4301d1f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Wed, 29 May 2024 13:55:02 +0200 Subject: [PATCH] Properly format repository link in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }