diff options
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index a49d440c..2ed58707 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -21,7 +21,7 @@ crossterm = { version = "0.19", features = ["event-stream"], optional = true } once_cell = "1.4" url = "2" -smol = "1" +tokio = { version = "1", features = ["full"] } futures-util = "0.3" slotmap = "1" |