mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Eliminate a few more futures dependencies.
This commit is contained in:
parent
355ad3cb82
commit
1ad0581ddd
5 changed files with 13 additions and 67 deletions
|
@ -25,7 +25,7 @@ tui = { version = "0.15", default-features = false, features = ["crossterm"] }
|
|||
crossterm = { version = "0.19", features = ["event-stream"] }
|
||||
clap = { version = "3.0.0-beta.2 ", default-features = false, features = ["std", "cargo"] }
|
||||
|
||||
futures-util = "0.3"
|
||||
futures-util = { version = "0.3", features = ["std", "async-await"] }
|
||||
|
||||
# Logging
|
||||
fern = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue