diff options
Diffstat (limited to 'crates/ra_ide_api_light/Cargo.toml')
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index c1e4314ce..86311e677 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml | |||
@@ -13,6 +13,7 @@ rustc-hash = "1.0" | |||
13 | 13 | ||
14 | ra_syntax = { path = "../ra_syntax" } | 14 | ra_syntax = { path = "../ra_syntax" } |
15 | ra_text_edit = { path = "../ra_text_edit" } | 15 | ra_text_edit = { path = "../ra_text_edit" } |
16 | ra_fmt = { path = "../ra_fmt" } | ||
16 | 17 | ||
17 | [dev-dependencies] | 18 | [dev-dependencies] |
18 | test_utils = { path = "../test_utils" } | 19 | test_utils = { path = "../test_utils" } |