]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_infer/Cargo.toml
New upstream version 1.57.0+dfsg1
[rustc.git] / compiler / rustc_infer / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_infer"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
7doctest = false
8
9[dependencies]
1b1a35ee
XL
10tracing = "0.1"
11rustc_middle = { path = "../rustc_middle" }
12rustc_data_structures = { path = "../rustc_data_structures" }
13rustc_errors = { path = "../rustc_errors" }
14rustc_hir = { path = "../rustc_hir" }
15rustc_index = { path = "../rustc_index" }
16rustc_macros = { path = "../rustc_macros" }
17rustc_session = { path = "../rustc_session" }
18rustc_serialize = { path = "../rustc_serialize" }
19rustc_span = { path = "../rustc_span" }
20rustc_target = { path = "../rustc_target" }
6a06907d 21smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }