switched to crate lib

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-03 02:37:33 +02:00
parent 316d760b58
commit 5c5e6357ad
16 changed files with 15 additions and 869 deletions

9
Cargo.lock generated
View file

@ -237,6 +237,15 @@ name = "rs48"
version = "1.0.0"
dependencies = [
"clap",
"rand",
"rs48_lib",
"termion",
]
[[package]]
name = "rs48_lib"
version = "1.0.0"
dependencies = [
"rand",
"termion",
]