]> git.lizzy.rs Git - rust.git/blob - src/librustc_save_analysis/Cargo.toml
Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton
[rust.git] / src / librustc_save_analysis / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_save_analysis"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_save_analysis"
9 path = "lib.rs"
10
11 [dependencies]
12 log = "0.4"
13 rustc = { path = "../librustc" }
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_codegen_utils = { path = "../librustc_codegen_utils" }
16 rustc_hir = { path = "../librustc_hir" }
17 rustc_parse = { path = "../librustc_parse" }
18 serde_json = "1"
19 syntax = { path = "../libsyntax" }
20 rustc_span = { path = "../librustc_span" }
21 rls-data = "0.19"
22 rls-span = "0.5"