aboutsummaryrefslogtreecommitdiff
path: root/crates/libanalysis/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r--crates/libanalysis/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml
index 88b1099f2..42a5aca14 100644
--- a/crates/libanalysis/Cargo.toml
+++ b/crates/libanalysis/Cargo.toml
@@ -8,6 +8,7 @@ log = "0.4.2"
8failure = "0.1.2" 8failure = "0.1.2"
9parking_lot = "0.6.3" 9parking_lot = "0.6.3"
10once_cell = "0.1.4" 10once_cell = "0.1.4"
11rayon = "1.0.2"
11fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} 12fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
12libsyntax2 = { path = "../libsyntax2" } 13libsyntax2 = { path = "../libsyntax2" }
13libeditor = { path = "../libeditor" } 14libeditor = { path = "../libeditor" }