Skip to content

Commit

Permalink
reformat Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TornaxO7 committed Dec 9, 2023
1 parent 79abf79 commit a20a359
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,12 @@ once_cell = "1.18"

which = "5.0.0"

tokio = { version = "1", features = [
"rt",
"rt-multi-thread",
"io-util",
"io-std",
"time",
"process",
"macros",
"fs",
"parking_lot",
] }
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = [
"crossterm",
] }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.27", features = ["event-stream"] }
signal-hook = "0.3"
tokio-stream = "0.1"
futures-util = { version = "0.3", features = [
"std",
"async-await",
], default-features = false }
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
arc-swap = { version = "1.6.0" }

# expanding paths which include '~' or '$HOME'
Expand Down

0 comments on commit a20a359

Please sign in to comment.