compiler/rustc_incremental/Cargo.toml TOML 22 lines View on github.com → Search inside
1[package]2name = "rustc_incremental"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8rand = "0.9.0"9rustc_data_structures = { path = "../rustc_data_structures" }10rustc_errors = { path = "../rustc_errors" }11rustc_fs_util = { path = "../rustc_fs_util" }12rustc_graphviz = { path = "../rustc_graphviz" }13rustc_hashes = { path = "../rustc_hashes" }14rustc_hir = { path = "../rustc_hir" }15rustc_macros = { path = "../rustc_macros" }16rustc_middle = { path = "../rustc_middle" }17rustc_serialize = { path = "../rustc_serialize" }18rustc_session = { path = "../rustc_session" }19rustc_span = { path = "../rustc_span" }20tracing = "0.1"21# tidy-alphabetical-end

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.