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