Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base-db/Cargo.toml')
-rw-r--r--crates/base-db/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml
index 393ffe155b..1aa43175f9 100644
--- a/crates/base-db/Cargo.toml
+++ b/crates/base-db/Cargo.toml
@@ -16,12 +16,15 @@ la-arena.workspace = true
rust-analyzer-salsa.workspace = true
rustc-hash.workspace = true
triomphe.workspace = true
+semver.workspace = true
# local deps
cfg.workspace = true
profile.workspace = true
stdx.workspace = true
syntax.workspace = true
-test-utils.workspace = true
-tt.workspace = true
vfs.workspace = true
+span.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file