12 lines
328 B
TOML
12 lines
328 B
TOML
[package]
|
|
name = "labirust"
|
|
version = "0.1.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.5"
|
|
termion = "1.5.6"
|