diff options
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index a2858dad9..68ffcb2e9 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -19,7 +19,11 @@ ra_db = { path = "../ra_db" } | |||
19 | mbe = { path = "../ra_mbe", package = "ra_mbe" } | 19 | mbe = { path = "../ra_mbe", package = "ra_mbe" } |
20 | tt = { path = "../ra_tt", package = "ra_tt" } | 20 | tt = { path = "../ra_tt", package = "ra_tt" } |
21 | test_utils = { path = "../test_utils" } | 21 | test_utils = { path = "../test_utils" } |
22 | ra_prof = {path = "../ra_prof" } | 22 | ra_prof = { path = "../ra_prof" } |
23 | |||
24 | chalk-solve = { git = "https://github.com/rust-lang/chalk.git" } | ||
25 | chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git" } | ||
26 | chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } | ||
23 | 27 | ||
24 | [dev-dependencies] | 28 | [dev-dependencies] |
25 | flexi_logger = "0.11.0" | 29 | flexi_logger = "0.11.0" |