Rust: extract crate graph

This commit is contained in:
Arthur Baars
2024-11-29 15:31:33 +01:00
parent 75ca04f3dd
commit e21a7f5336
5 changed files with 1315 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -409,6 +409,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"argfile",
"chalk-ir",
"chrono",
"clap",
"codeql-extractor",
@@ -422,6 +423,7 @@ dependencies = [
"ra_ap_hir",
"ra_ap_hir_def",
"ra_ap_hir_expand",
"ra_ap_hir_ty",
"ra_ap_ide_db",
"ra_ap_intern",
"ra_ap_load-cargo",