]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast/Cargo.toml
Rollup merge of #103650 - notriddle:notriddle/line-anchors, r=GuillaumeGomez
[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
8 [dependencies]
9 bitflags = "1.2.1"
10 rustc_data_structures = { path = "../rustc_data_structures" }
11 rustc_index = { path = "../rustc_index" }
12 rustc_lexer = { path = "../rustc_lexer" }
13 rustc_macros = { path = "../rustc_macros" }
14 rustc_serialize = { path = "../rustc_serialize" }
15 rustc_span = { path = "../rustc_span" }
16 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
17 thin-vec = "0.2.9"
18 tracing = "0.1"