added link to repo

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-30 00:37:50 +03:00
parent 08592261b3
commit 5f5499c990

View file

@ -5,6 +5,7 @@ edition = "2021"
license = "MIT"
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
description = "Naive rust crate for implementing and testing maze solving Algorithms."
repository = "https://github.com/MajorBarnulf/labirust/"
[dependencies]
rand = "0.8.5"