Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/Cargo.toml')
-rw-r--r--crates/ide-db/Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index 4a2e770f19..f14d9ed1b9 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -16,11 +16,11 @@ cov-mark = "2.0.0-pre.1"
tracing.workspace = true
rayon.workspace = true
fst = { version = "0.4.7", default-features = false }
-rustc-hash = "1.1.0"
+rustc-hash.workspace = true
once_cell = "1.17.0"
either.workspace = true
itertools.workspace = true
-arrayvec = "0.7.2"
+arrayvec.workspace = true
indexmap.workspace = true
memchr = "2.6.4"
triomphe.workspace = true
@@ -34,6 +34,7 @@ profile.workspace = true
stdx.workspace = true
syntax.workspace = true
text-edit.workspace = true
+span.workspace = true
# ide should depend only on the top-level `hir` package. if you need
# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir.workspace = true
@@ -47,4 +48,8 @@ xshell.workspace = true
# local deps
test-utils.workspace = true
+test-fixture.workspace = true
sourcegen.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file