]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_type_ir/Cargo.toml
Merge commit '8d14c94b5c0a66241b4244f1c60ac5859cec1d97' into clippyup
[rust.git] / compiler / rustc_type_ir / Cargo.toml
1 [package]
2 name = "rustc_type_ir"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 bitflags = "1.2.1"
11 rustc_index = { path = "../rustc_index" }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_data_structures = { path = "../rustc_data_structures" }
14 rustc_macros = { path = "../rustc_macros" }