switched to crate lib
This commit is contained in:
parent
316d760b58
commit
5c5e6357ad
16 changed files with 15 additions and 869 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue