Tokio migration.

This commit is contained in:
Blaž Hrastnik 2021-05-06 13:56:34 +09:00
parent 0e5308bce1
commit 355ad3cb82
15 changed files with 169 additions and 378 deletions

View file

@ -19,8 +19,7 @@ helix-lsp = { path = "../helix-lsp"}
anyhow = "1"
once_cell = "1.4"
smol = "1"
smol-timeout = "0.6"
tokio = { version = "1", features = ["full"] }
num_cpus = "1"
tui = { version = "0.15", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.19", features = ["event-stream"] }