mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Tokio migration.
This commit is contained in:
parent
0e5308bce1
commit
355ad3cb82
15 changed files with 169 additions and 378 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue