aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-04-04 01:45:45 +0000
committerBlaž Hrastnik2022-05-01 02:40:04 +0000
commitede01b5f1eb072022cb320d7ffddd0ecf6e1dab6 (patch)
tree258d903f6c3c51698cd2bee54285671d7511942d /helix-term/Cargo.toml
parentade4cbffaa9660b01bcd2ce7e6e2d6bb0a1ca3c2 (diff)
num_cpus apparently unused in helix-term
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index 4b2611ed..706453ae 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -36,7 +36,6 @@ which = "4.2"
ropey = { version = "1.4", default-features = false }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] }
-num_cpus = "1"
tui = { path = "../helix-tui", package = "helix-tui", default-features = false, features = ["crossterm"] }
crossterm = { version = "0.23", features = ["event-stream"] }
signal-hook = "0.3"