Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index dca35a212a..44ef223557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,6 +609,7 @@ dependencies = [ "hir", "ide_db", "itertools", + "parser", "profile", "rustc-hash", "sourcegen", @@ -654,6 +655,7 @@ dependencies = [ "itertools", "limit", "once_cell", + "parser", "profile", "rayon", "rustc-hash", @@ -695,6 +697,7 @@ dependencies = [ "hir", "ide_db", "itertools", + "parser", "rustc-hash", "syntax", "test_utils", @@ -1066,7 +1069,9 @@ name = "parser" version = "0.0.0" dependencies = [ "drop_bomb", + "expect-test", "limit", + "rustc-ap-rustc_lexer", ] [[package]] |