]> git.lizzy.rs Git - rust.git/blob - src/librustc_save_analysis/Cargo.toml
Auto merge of #53133 - Zoxc:gen-int, r=eddyb
[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
6 [lib]
7 name = "rustc_save_analysis"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 log = "0.4"
13 rustc = { path = "../librustc" }
14 rustc_data_structures = { path = "../librustc_data_structures" }
15 rustc_target = { path = "../librustc_target" }
16 rustc_typeck = { path = "../librustc_typeck" }
17 syntax = { path = "../libsyntax" }
18 syntax_pos = { path = "../libsyntax_pos" }
19 rls-data = "0.16"
20 rls-span = "0.4"
21 # FIXME(#40527) should move rustc serialize out of tree
22 rustc-serialize = "0.3"