split repository between CLI and librarry

This commit is contained in:
JOLIMAITRE Matthieu 2022-05-30 14:53:39 +03:00
parent cf133e462f
commit 618c6d57e8
15 changed files with 295 additions and 13 deletions

View file

@ -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"]