]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_type_ir/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / compiler / rustc_type_ir / Cargo.toml
CommitLineData
fc512014
XL
1[package]
2name = "rustc_type_ir"
3version = "0.0.0"
fc512014
XL
4edition = "2018"
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" }