Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-ssr/Cargo.toml')
| -rw-r--r-- | crates/ide-ssr/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crates/ide-ssr/Cargo.toml b/crates/ide-ssr/Cargo.toml index fa75e5a421..39a71c1d65 100644 --- a/crates/ide-ssr/Cargo.toml +++ b/crates/ide-ssr/Cargo.toml @@ -14,18 +14,16 @@ rust-version.workspace = true [dependencies] cov-mark = "2.0.0-pre.1" itertools.workspace = true -triomphe.workspace = true -nohash-hasher.workspace = true # local deps hir.workspace = true ide-db.workspace = true parser.workspace = true -stdx.workspace = true syntax.workspace = true [dev-dependencies] expect-test = "1.4.0" +triomphe.workspace = true # local deps test-utils.workspace = true |