added license
This commit is contained in:
parent
afecbf5af9
commit
aaf717bd8d
6 changed files with 706 additions and 6 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -237,7 +237,8 @@ name = "rs48"
|
|||
version = "1.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"rs48_lib",
|
||||
"rand",
|
||||
"rs48_lib 1.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -250,6 +251,14 @@ dependencies = [
|
|||
"termion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rs48_lib"
|
||||
version = "1.1.1"
|
||||
dependencies = [
|
||||
"rand",
|
||||
"termion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "strsim"
|
||||
version = "0.10.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue