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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide-db/Cargo.toml b/crates/ide-db/Cargo.toml
index fccd6d2b6d..022eb7859c 100644
--- a/crates/ide-db/Cargo.toml
+++ b/crates/ide-db/Cargo.toml
@@ -37,6 +37,9 @@ text-edit.workspace = true
# something from some `hir-xxx` subpackage, reexport the API via `hir`.
hir.workspace = true
+# used to be a module, turned into its own library
+line-index = { version = "0.1.0", path = "../../lib/line-index" }
+
[dev-dependencies]
expect-test = "1.4.0"
oorandom = "11.1.3"