compiler/rustc_attr_parsing/Cargo.toml TOML 25 lines View on github.com → Search inside
1[package]2name = "rustc_attr_parsing"3version = "0.0.0"4edition = "2024"56[dependencies]7# tidy-alphabetical-start8rustc_abi = { path = "../rustc_abi" }9rustc_ast = { path = "../rustc_ast" }10rustc_ast_pretty = { path = "../rustc_ast_pretty" }11rustc_data_structures = { path = "../rustc_data_structures" }12rustc_errors = { path = "../rustc_errors" }13rustc_feature = { path = "../rustc_feature" }14rustc_hir = { path = "../rustc_hir" }15rustc_lexer = { path = "../rustc_lexer" }16rustc_lint_defs = { path = "../rustc_lint_defs" }17rustc_macros = { path = "../rustc_macros" }18rustc_parse = { path = "../rustc_parse" }19rustc_parse_format = { path = "../rustc_parse_format" }20rustc_session = { path = "../rustc_session" }21rustc_span = { path = "../rustc_span" }22rustc_target = { path = "../rustc_target" }23thin-vec = "0.2.15"24# 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.