diff options
Diffstat (limited to 'crates/assists/Cargo.toml')
-rw-r--r-- | crates/assists/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/assists/Cargo.toml b/crates/assists/Cargo.toml index ed8ad666f..c78cb99af 100644 --- a/crates/assists/Cargo.toml +++ b/crates/assists/Cargo.toml | |||
@@ -21,3 +21,6 @@ profile = { path = "../profile", version = "0.0.0" } | |||
21 | ide_db = { path = "../ide_db", version = "0.0.0" } | 21 | ide_db = { path = "../ide_db", version = "0.0.0" } |
22 | hir = { path = "../hir", version = "0.0.0" } | 22 | hir = { path = "../hir", version = "0.0.0" } |
23 | test_utils = { path = "../test_utils", version = "0.0.0" } | 23 | test_utils = { path = "../test_utils", version = "0.0.0" } |
24 | |||
25 | [dev-dependencies] | ||
26 | expect-test = "1.1" | ||