]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_session/Cargo.toml
New upstream version 1.62.1+dfsg1
[rustc.git] / compiler / rustc_session / Cargo.toml
1 [package]
2 name = "rustc_session"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 getopts = "0.2"
8 rustc_macros = { path = "../rustc_macros" }
9 tracing = "0.1"
10 rustc_errors = { path = "../rustc_errors" }
11 rustc_feature = { path = "../rustc_feature" }
12 rustc_hir = { path = "../rustc_hir" }
13 rustc_target = { path = "../rustc_target" }
14 rustc_serialize = { path = "../rustc_serialize" }
15 rustc_data_structures = { path = "../rustc_data_structures" }
16 rustc_span = { path = "../rustc_span" }
17 rustc_fs_util = { path = "../rustc_fs_util" }
18 num_cpus = "1.0"
19 rustc_ast = { path = "../rustc_ast" }
20 rustc_lint_defs = { path = "../rustc_lint_defs" }