]> git.proxmox.com Git - rustc.git/blob - src/librustc_session/Cargo.toml
New upstream version 1.46.0~beta.2+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 log = "0.4"
15 rustc_errors = { path = "../librustc_errors" }
16 rustc_feature = { path = "../librustc_feature" }
17 rustc_target = { path = "../librustc_target" }
18 rustc_serialize = { path = "../librustc_serialize" }
19 rustc_data_structures = { path = "../librustc_data_structures" }
20 rustc_span = { path = "../librustc_span" }
21 rustc_fs_util = { path = "../librustc_fs_util" }
22 num_cpus = "1.0"
23 rustc_ast = { path = "../librustc_ast" }