55f76cdb2f
We also sever syntax's dependency on rustc_target as a result. This should slightly improve pipe-lining. Moreover, some cleanup is done in related code.
21 lines
485 B
TOML
21 lines
485 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_save_analysis"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "rustc_save_analysis"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
rustc = { path = "../librustc" }
|
|
rustc_data_structures = { path = "../librustc_data_structures" }
|
|
rustc_codegen_utils = { path = "../librustc_codegen_utils" }
|
|
serde_json = "1"
|
|
syntax = { path = "../libsyntax" }
|
|
syntax_pos = { path = "../libsyntax_pos" }
|
|
rls-data = "0.19"
|
|
rls-span = "0.5"
|