From 133d001d8296e51bcb4d0dc0982671f55c2c77d9 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 13 Aug 2018 15:10:20 +0300 Subject: world symbols --- crates/libanalysis/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libanalysis/Cargo.toml') diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml index c773f4211..88b1099f2 100644 --- a/crates/libanalysis/Cargo.toml +++ b/crates/libanalysis/Cargo.toml @@ -8,5 +8,6 @@ log = "0.4.2" failure = "0.1.2" parking_lot = "0.6.3" once_cell = "0.1.4" +fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} libsyntax2 = { path = "../libsyntax2" } libeditor = { path = "../libeditor" } -- cgit v1.2.3