labirust/Cargo.toml

12 lines
324 B
TOML

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