diff options
Diffstat (limited to 'crates/libanalysis/Cargo.toml')
-rw-r--r-- | crates/libanalysis/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
8 | failure = "0.1.2" | 8 | failure = "0.1.2" |
9 | parking_lot = "0.6.3" | 9 | parking_lot = "0.6.3" |
10 | once_cell = "0.1.4" | 10 | once_cell = "0.1.4" |
11 | fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} | ||
11 | libsyntax2 = { path = "../libsyntax2" } | 12 | libsyntax2 = { path = "../libsyntax2" } |
12 | libeditor = { path = "../libeditor" } | 13 | libeditor = { path = "../libeditor" } |