From 5103dc96173afaa1c0793db56f60ec1fef1e0fc3 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Thu, 10 Dec 2020 18:13:42 +0900 Subject: move commands and keymap back to terminal. Command needs to be able to deal with UI. We'll separate it again later on. --- helix-term/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/Cargo.toml') 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" -- cgit v1.2.3-70-g09d2