aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-18 13:34:46 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-18 13:34:46 +0000
commit57a253f3f2d62a83fa63485b2fc75fc55b300bb3 (patch)
tree0ae3a1f3c92ce9e308934e023d6a24385b4260d6 /crates/ra_analysis/Cargo.toml
parentf1d8558cd5fe20a351496c39dbb8e15aa028803c (diff)
parent4e48917c00d24e1e1785e1959a2f3495a902410b (diff)
Merge #232
232: Add id assignment infrastructure r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_analysis/Cargo.toml')
-rw-r--r--crates/ra_analysis/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml
index 908ee1c81..b4a1a09b5 100644
--- a/crates/ra_analysis/Cargo.toml
+++ b/crates/ra_analysis/Cargo.toml
@@ -11,6 +11,7 @@ rayon = "1.0.2"
11fst = "0.3.1" 11fst = "0.3.1"
12salsa = "0.8.0" 12salsa = "0.8.0"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14parking_lot = "0.6.4"
14ra_syntax = { path = "../ra_syntax" } 15ra_syntax = { path = "../ra_syntax" }
15ra_editor = { path = "../ra_editor" } 16ra_editor = { path = "../ra_editor" }
16test_utils = { path = "../test_utils" } 17test_utils = { path = "../test_utils" }