]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/Cargo.toml
Rollup merge of #101878 - Rageking8:More-simple-formatting, r=lcnr
[rust.git] / compiler / rustc_ast / Cargo.toml
1 [package]
2 name = "rustc_ast"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7 doctest = false
8
9 [dependencies]
10 bitflags = "1.2.1"
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_index = { path = "../rustc_index" }
13 rustc_lexer = { path = "../rustc_lexer" }
14 rustc_macros = { path = "../rustc_macros" }
15 rustc_serialize = { path = "../rustc_serialize" }
16 rustc_span = { path = "../rustc_span" }
17 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
18 thin-vec = "0.2.8"
19 tracing = "0.1"