initial commit
This commit is contained in:
commit
08592261b3
12 changed files with 822 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[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."
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
termion = "1.5.6"
|
Loading…
Add table
Add a link
Reference in a new issue