aboutsummaryrefslogtreecommitdiff
path: root/crates/libanalysis/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-13 13:10:20 +0100
committerAleksey Kladov <[email protected]>2018-08-13 13:10:20 +0100
commit133d001d8296e51bcb4d0dc0982671f55c2c77d9 (patch)
treeb0c17dddc00a9d05f5f7a0b2e14fcf2564459533 /crates/libanalysis/Cargo.toml
parented2ac1713326df6b926062efcc6109a20cdf7c37 (diff)
world symbols
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 c773f4211..88b1099f2 100644
--- a/crates/libanalysis/Cargo.toml
+++ b/crates/libanalysis/Cargo.toml
@@ -8,5 +8,6 @@ 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"
11fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
11libsyntax2 = { path = "../libsyntax2" } 12libsyntax2 = { path = "../libsyntax2" }
12libeditor = { path = "../libeditor" } 13libeditor = { path = "../libeditor" }