aboutsummaryrefslogtreecommitdiff
path: root/helix-term/Cargo.toml
diff options
context:
space:
mode:
authorJan Hrastnik2020-12-13 11:30:36 +0000
committerGitHub2020-12-13 11:30:36 +0000
commitb12a6dc8303bbc1b4b08a9abb4668741d154adbd (patch)
tree016aa433cf7c226341e9c3c3e74ea65060db1914 /helix-term/Cargo.toml
parentb7a3e525ed7fed5ed79e8580df2e3496bd994419 (diff)
parent07801b60bccd0f084eae925e0290c24322de575f (diff)
Merge pull request #6 from helix-editor/compositor
Compositor v2 rewrite
Diffstat (limited to 'helix-term/Cargo.toml')
-rw-r--r--helix-term/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml
index c1560ee7..b8eea7c2 100644
--- a/helix-term/Cargo.toml
+++ b/helix-term/Cargo.toml
@@ -17,6 +17,7 @@ helix-view = { path = "../helix-view", features = ["term"]}
helix-lsp = { path = "../helix-lsp"}
anyhow = "1"
+once_cell = "1.4"
smol = "1"
num_cpus = "1"