diff options
Diffstat (limited to 'crates/ra_ssr/Cargo.toml')
-rw-r--r-- | crates/ra_ssr/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_ssr/Cargo.toml b/crates/ra_ssr/Cargo.toml index fe098aaee..84e4b171e 100644 --- a/crates/ra_ssr/Cargo.toml +++ b/crates/ra_ssr/Cargo.toml | |||
@@ -18,3 +18,6 @@ ra_ide_db = { path = "../ra_ide_db" } | |||
18 | hir = { path = "../ra_hir", package = "ra_hir" } | 18 | hir = { path = "../ra_hir", package = "ra_hir" } |
19 | rustc-hash = "1.1.0" | 19 | rustc-hash = "1.1.0" |
20 | test_utils = { path = "../test_utils" } | 20 | test_utils = { path = "../test_utils" } |
21 | |||
22 | [dev-dependencies] | ||
23 | expect = { path = "../expect" } | ||