diff options
author | Blaž Hrastnik | 2020-10-30 08:00:30 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-03 04:12:05 +0000 |
commit | 3f707c19f46284d745568c632a57103eb1be4dd4 (patch) | |
tree | 41047ba33a48eae0ca625be822e83048363c4a69 /helix-view/Cargo.toml | |
parent | 8f0bcfe286d97dfff67bd924e11ca2b6ae1a63dc (diff) |
Save command
Diffstat (limited to 'helix-view/Cargo.toml')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml index 9d53f929..0a48b721 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -20,3 +20,5 @@ tui = { git = "https://github.com/fdehau/tui-rs", default-features = false, feat crossterm = { version = "0.18", features = ["event-stream"], optional = true} once_cell = "1.4" url = "2" + +smol = "1" |