]> git.proxmox.com Git - rustc.git/blob - src/librustc_session/Cargo.toml
New upstream version 1.47.0+dfsg1
[rustc.git] / src / librustc_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 [lib]
8 name = "rustc_session"
9 path = "lib.rs"
10
11 [dependencies]
12 bitflags = "1.2.1"
13 getopts = "0.2"
14 rustc_macros = { path = "../librustc_macros" }
15 tracing = "0.1"
16 rustc_errors = { path = "../librustc_errors" }
17 rustc_feature = { path = "../librustc_feature" }
18 rustc_target = { path = "../librustc_target" }
19 rustc_serialize = { path = "../librustc_serialize" }
20 rustc_data_structures = { path = "../librustc_data_structures" }
21 rustc_span = { path = "../librustc_span" }
22 rustc_fs_util = { path = "../librustc_fs_util" }
23 num_cpus = "1.0"
24 rustc_ast = { path = "../librustc_ast" }