aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_analysis/Cargo.toml')
-rw-r--r--crates/ra_analysis/Cargo.toml6
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml
index 892e34235..deddf41f0 100644
--- a/crates/ra_analysis/Cargo.toml
+++ b/crates/ra_analysis/Cargo.toml
@@ -9,10 +9,8 @@ log = "0.4.5"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10rayon = "1.0.2" 10rayon = "1.0.2"
11fst = "0.3.1" 11fst = "0.3.1"
12ra_syntax = { path = "../ra_syntax" }
13ra_editor = { path = "../ra_editor" }
14salsa = "0.7.0" 12salsa = "0.7.0"
15rustc-hash = "1.0" 13rustc-hash = "1.0"
16 14ra_syntax = { path = "../ra_syntax" }
17[dev-dependencies] 15ra_editor = { path = "../ra_editor" }
18test_utils = { path = "../test_utils" } 16test_utils = { path = "../test_utils" }