split components into a separate crate, switched to workspace
This commit is contained in:
parent
951a1aa4d4
commit
316d760b58
23 changed files with 935 additions and 60 deletions
11
rs48_lib/Cargo.toml
Normal file
11
rs48_lib/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "rs48_lib"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
description = "components of rs48"
|
||||
license = "MIT"
|
||||
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
termion = "1.5"
|
Loading…
Add table
Add a link
Reference in a new issue