diff options
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 54de9b2e3..95cccf8cf 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -24,6 +24,7 @@ ra_text_edit = { path = "../ra_text_edit" } | |||
24 | ra_db = { path = "../ra_db" } | 24 | ra_db = { path = "../ra_db" } |
25 | hir = { path = "../ra_hir", package = "ra_hir" } | 25 | hir = { path = "../ra_hir", package = "ra_hir" } |
26 | test_utils = { path = "../test_utils" } | 26 | test_utils = { path = "../test_utils" } |
27 | ra_assists = { path = "../ra_assists" } | ||
27 | 28 | ||
28 | [dev-dependencies] | 29 | [dev-dependencies] |
29 | insta = "0.6.1" | 30 | insta = "0.6.1" |