]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_incremental/Cargo.toml
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_incremental / Cargo.toml
CommitLineData
1b1a35ee 1[package]
1b1a35ee
XL
2name = "rustc_incremental"
3version = "0.0.0"
c295e0f8 4edition = "2021"
1b1a35ee
XL
5
6[lib]
1b1a35ee
XL
7
8[dependencies]
9rustc_graphviz = { path = "../rustc_graphviz" }
10tracing = "0.1"
5099ac24 11rand = "0.8.4"
1b1a35ee
XL
12rustc_middle = { path = "../rustc_middle" }
13rustc_data_structures = { path = "../rustc_data_structures" }
14rustc_hir = { path = "../rustc_hir" }
15rustc_serialize = { path = "../rustc_serialize" }
16rustc_ast = { path = "../rustc_ast" }
17rustc_macros = { path = "../rustc_macros" }
18rustc_span = { path = "../rustc_span" }
19rustc_fs_util = { path = "../rustc_fs_util" }
20rustc_session = { path = "../rustc_session" }
17df50a5 21rustc_errors = { path = "../rustc_errors" }