]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_save_analysis/Cargo.toml
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[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_hir = { path = "../rustc_hir" }
13 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
14 rustc_lexer = { path = "../rustc_lexer" }
15 serde_json = "1"
16 rustc_session = { path = "../rustc_session" }
17 rustc_span = { path = "../rustc_span" }
18 rls-data = "0.19"
19 rls-span = "0.5"