Skip to content

Commit e21a7f5

Browse files
committed
Rust: extract crate graph
1 parent 75ca04f commit e21a7f5

File tree

5 files changed

+1315
-2
lines changed

5 files changed

+1315
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/extractor/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ra_ap_base_db = "0.0.266"
1414
ra_ap_hir = "0.0.266"
1515
ra_ap_hir_def = "0.0.266"
1616
ra_ap_ide_db = "0.0.266"
17+
ra_ap_hir_ty = "0.0.266"
1718
ra_ap_hir_expand = "0.0.266"
1819
ra_ap_load-cargo = "0.0.266"
1920
ra_ap_paths = "0.0.266"
@@ -39,3 +40,4 @@ toml = "0.8.20"
3940
tracing = "0.1.41"
4041
tracing-flame = "0.2.0"
4142
tracing-subscriber = "0.3.19"
43+
chalk-ir = "0.99.0"

0 commit comments

Comments
 (0)