Skip to content

Commit b162adc

Browse files
committed
Rust: extract crate graph
1 parent 98ce4b6 commit b162adc

File tree

5 files changed

+1328
-2
lines changed

5 files changed

+1328
-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
@@ -13,6 +13,7 @@ num-traits = "0.2.19"
1313
ra_ap_base_db = "0.0.258"
1414
ra_ap_hir = "0.0.258"
1515
ra_ap_hir_def = "0.0.258"
16+
ra_ap_hir_ty = "0.0.258"
1617
ra_ap_ide_db = "0.0.258"
1718
ra_ap_hir_expand = "0.0.258"
1819
ra_ap_load-cargo = "0.0.258"
@@ -39,3 +40,4 @@ toml = "0.8.19"
3940
tracing = "0.1.41"
4041
tracing-flame = "0.2.0"
4142
tracing-subscriber = "0.3.19"
43+
chalk-ir = "0.98.0"

0 commit comments

Comments
 (0)