summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_type_ir/Cargo.toml
blob: c4008e9b6129676415b21802fb58499b843bcfd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustc_type_ir"
version = "0.0.0"
edition = "2021"

[lib]

[dependencies]
bitflags = "1.2.1"
rustc_index = { path = "../rustc_index" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_macros = { path = "../rustc_macros" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }