From 5f5499c99063ac2df2dd4c0a250870e6c964c5cc Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Mon, 30 May 2022 00:37:50 +0300 Subject: [PATCH] added link to repo --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"