Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/Cargo.toml')
| -rw-r--r-- | crates/hir-ty/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-ty/Cargo.toml b/crates/hir-ty/Cargo.toml index 8b762bf829..490bbe1e72 100644 --- a/crates/hir-ty/Cargo.toml +++ b/crates/hir-ty/Cargo.toml @@ -48,6 +48,7 @@ tracing-subscriber = { version = "0.3.16", default-features = false, features = "registry", ] } tracing-tree = "0.2.1" +project-model = { path = "../project-model" } # local deps test-utils.workspace = true |