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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml index efa8fd243a..9a8221ac6c 100644 --- a/crates/ide_ssr/Cargo.toml +++ b/crates/ide_ssr/Cargo.toml @@ -16,6 +16,7 @@ rustc-hash = "1.1.0" itertools = "0.10.0" text_edit = { path = "../text_edit", version = "0.0.0" } +parser = { path = "../parser", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } ide_db = { path = "../ide_db", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } |