]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_resolve/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / compiler / rustc_resolve / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_resolve"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9bitflags = "1.2.1"
9ffffee4 10pulldown-cmark = { version = "0.9.2", default-features = false }
1b1a35ee 11rustc_arena = { path = "../rustc_arena" }
487cf647 12rustc_ast = { path = "../rustc_ast" }
1b1a35ee
XL
13rustc_ast_pretty = { path = "../rustc_ast_pretty" }
14rustc_attr = { path = "../rustc_attr" }
15rustc_data_structures = { path = "../rustc_data_structures" }
16rustc_errors = { path = "../rustc_errors" }
17rustc_expand = { path = "../rustc_expand" }
18rustc_feature = { path = "../rustc_feature" }
19rustc_hir = { path = "../rustc_hir" }
20rustc_index = { path = "../rustc_index" }
487cf647 21rustc_macros = { path = "../rustc_macros" }
1b1a35ee 22rustc_metadata = { path = "../rustc_metadata" }
487cf647 23rustc_middle = { path = "../rustc_middle" }
3c0e092e 24rustc_query_system = { path = "../rustc_query_system" }
1b1a35ee
XL
25rustc_session = { path = "../rustc_session" }
26rustc_span = { path = "../rustc_span" }
064997fb 27smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9ffffee4 28thin-vec = "0.2.12"
487cf647 29tracing = "0.1"