Reroute LSP notification events into the main app event loop.

This commit is contained in:
Blaž Hrastnik 2020-10-20 13:58:34 +09:00
parent 64b5b23315
commit f9bfba4d96
11 changed files with 206 additions and 154 deletions

View file

@ -24,3 +24,5 @@ num_cpus = "1.13"
tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.18", features = ["event-stream"] }
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }
futures-util = "0.3"