]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_type_ir/Cargo.toml
New upstream version 1.57.0+dfsg1
[rustc.git] / compiler / rustc_type_ir / Cargo.toml
CommitLineData
fc512014
XL
1[package]
2name = "rustc_type_ir"
3version = "0.0.0"
c295e0f8 4edition = "2021"
fc512014
XL
5
6[lib]
7doctest = false
8
9[dependencies]
10bitflags = "1.2.1"
11rustc_index = { path = "../rustc_index" }
12rustc_serialize = { path = "../rustc_serialize" }
13rustc_data_structures = { path = "../rustc_data_structures" }
5869c6ff 14rustc_macros = { path = "../rustc_macros" }