]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_save_analysis/Cargo.toml
Rollup merge of #107491 - notriddle:notriddle/setting-check, r=GuillaumeGomez
[rust.git] / compiler / rustc_save_analysis / Cargo.toml
1 [package]
2 name = "rustc_save_analysis"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 tracing = "0.1"
8 rustc_middle = { path = "../rustc_middle" }
9 rustc_ast = { path = "../rustc_ast" }
10 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_errors = { path = "../rustc_errors" }
13 rustc_hir = { path = "../rustc_hir" }
14 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
15 rustc_lexer = { path = "../rustc_lexer" }
16 rustc_macros = { path = "../rustc_macros" }
17 serde_json = "1"
18 rustc_session = { path = "../rustc_session" }
19 rustc_span = { path = "../rustc_span" }
20 rls-data = "0.19"
21 rls-span = "0.5"