diff --git a/Cargo.toml b/Cargo.toml index 40bbca7..e88e8c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT" authors = ["JOLIMAITRE Matthieu "] description = "Naive rust crate for implementing and testing maze solving Algorithms." +repository = "https://github.com/MajorBarnulf/labirust/" [dependencies] rand = "0.8.5"