split repository between CLI and librarry
This commit is contained in:
parent
cf133e462f
commit
618c6d57e8
15 changed files with 295 additions and 13 deletions
14
Cargo.toml
14
Cargo.toml
|
@ -1,12 +1,2 @@
|
|||
[package]
|
||||
name = "labirust"
|
||||
version = "0.2.1"
|
||||
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"
|
||||
[workspace]
|
||||
members = ["labirust", "labirust-cli"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue