[package] name = "labirust" version = "0.3.0" 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" termion = "1.5"