Update toss and crossterm event polling

This commit is contained in:
Joscha 2022-06-08 19:00:27 +02:00
parent 00c905eff5
commit 84d554dee9
4 changed files with 52 additions and 20 deletions

View file

@ -8,6 +8,7 @@ anyhow = "1.0.57"
clap = { version = "3.1.18", features = ["derive"] }
crossterm = { version = "0.23.2", features = ["event-stream"] }
futures = "0.3.21"
parking_lot = "0.12.1"
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["full"] }
toss = { git = "https://github.com/Garmelon/toss.git", rev = "33264b4aec27066e6abb7cc7d15bd680b43fcd5a" }
toss = { git = "https://github.com/Garmelon/toss.git", rev = "333cf74fba56080043a13b9f55c0b62695e2fa4a" }