]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/Cargo.toml
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[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 rustc_serialize = { path = "../rustc_serialize" }
11 tracing = "0.1"
12 rustc_span = { path = "../rustc_span" }
13 rustc_data_structures = { path = "../rustc_data_structures" }
14 rustc_index = { path = "../rustc_index" }
15 rustc_lexer = { path = "../rustc_lexer" }
16 rustc_macros = { path = "../rustc_macros" }
17 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
18 bitflags = "1.2.1"