]> git.proxmox.com Git - rustc.git/blob - src/librustc_save_analysis/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.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_middle = { path = "../librustc_middle" }
14 rustc_ast = { path = "../librustc_ast" }
15 rustc_ast_pretty = { path = "../librustc_ast_pretty" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 rustc_hir = { path = "../librustc_hir" }
18 rustc_hir_pretty = { path = "../librustc_hir_pretty" }
19 rustc_parse = { path = "../librustc_parse" }
20 serde_json = "1"
21 rustc_session = { path = "../librustc_session" }
22 rustc_span = { path = "../librustc_span" }
23 rls-data = "0.19"
24 rls-span = "0.5"