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