From 120789804d5483f14c9682b2b777adf6d2992547 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 10 Aug 2018 21:13:39 +0300 Subject: Add line index --- libeditor/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libeditor/Cargo.toml') diff --git a/libeditor/Cargo.toml b/libeditor/Cargo.toml index 750d80038..fedcf790a 100644 --- a/libeditor/Cargo.toml +++ b/libeditor/Cargo.toml @@ -5,5 +5,6 @@ authors = ["Aleksey Kladov "] publish = false [dependencies] -libsyntax2 = { path = "../" } itertools = "0.7.8" +superslice = "0.1.0" +libsyntax2 = { path = "../" } -- cgit v1.2.3