From 44ff4d3c1f5da05e57ce99ba9d67b80a334def83 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 25 May 2020 13:02:21 +0900 Subject: Implement a new core based on CodeMirror. --- helix-core/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix-core/Cargo.toml') diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 446e8e42..f1f6264f 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -8,4 +8,6 @@ edition = "2018" [dependencies] ropey = "1.1.0" +anyhow = "1.0.31" +smallvec = "1.4.0" # slab = "0.4.2" -- cgit v1.2.3-70-g09d2