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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/libanalysis/Cargo.toml b/crates/libanalysis/Cargo.toml
index 42a5aca14..fa859ff94 100644
--- a/crates/libanalysis/Cargo.toml
+++ b/crates/libanalysis/Cargo.toml
@@ -12,3 +12,6 @@ rayon = "1.0.2"
12fst = { git = "https://github.com/matklad/fst", branch = "subsequence"} 12fst = { git = "https://github.com/matklad/fst", branch = "subsequence"}
13libsyntax2 = { path = "../libsyntax2" } 13libsyntax2 = { path = "../libsyntax2" }
14libeditor = { path = "../libeditor" } 14libeditor = { path = "../libeditor" }
15
16[dev-dependencies]
17assert_eq_text = { path = "../assert_eq_text" }