]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_ast/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_ast / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_ast"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
f2b60f7d 9bitflags = "1.2.1"
1b1a35ee
XL
10rustc_data_structures = { path = "../rustc_data_structures" }
11rustc_index = { path = "../rustc_index" }
12rustc_lexer = { path = "../rustc_lexer" }
13rustc_macros = { path = "../rustc_macros" }
f2b60f7d
FG
14rustc_serialize = { path = "../rustc_serialize" }
15rustc_span = { path = "../rustc_span" }
064997fb 16smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
f2b60f7d
FG
17thin-vec = "0.2.8"
18tracing = "0.1"