]> git.lizzy.rs Git - rust.git/blob - src/librustc_session/Cargo.toml
Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=Centril
[rust.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 log = "0.4"
13 rustc_error_codes = { path = "../librustc_error_codes" }
14 rustc_errors = { path = "../librustc_errors" }
15 rustc_feature = { path = "../librustc_feature" }
16 rustc_target = { path = "../librustc_target" }
17 rustc_serialize = { path = "../libserialize", package = "serialize" }
18 rustc_data_structures = { path = "../librustc_data_structures" }
19 rustc_span = { path = "../librustc_span" }
20 rustc_index = { path = "../librustc_index" }
21 rustc_fs_util = { path = "../librustc_fs_util" }
22 num_cpus = "1.0"