This commit is contained in:
mb 2022-11-07 14:14:06 +01:00
parent 1ae2336180
commit d698793e95
3 changed files with 13 additions and 2 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"
rs48_lib = "1.3.1"
termion = "2.0.1"
tokio = { version = "1.21.2", features = ["full"] }