X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_save_analysis%2FCargo.toml;h=e7a7eefc509e1e35218bd16de33354689d218f1c;hb=f998e275cae5320e75871c626c0f88eaef83d5e4;hp=50b3be6dca1c3d1ee208b3aa36b230653945895e;hpb=96ad8e5fbcf00afc1ccde386b031919b4d01aa33;p=rust.git diff --git a/src/librustc_save_analysis/Cargo.toml b/src/librustc_save_analysis/Cargo.toml index 50b3be6dca1..e7a7eefc509 100644 --- a/src/librustc_save_analysis/Cargo.toml +++ b/src/librustc_save_analysis/Cargo.toml @@ -13,9 +13,10 @@ log = "0.4" rustc = { path = "../librustc" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_codegen_utils = { path = "../librustc_codegen_utils" } +rustc_hir = { path = "../librustc_hir" } rustc_parse = { path = "../librustc_parse" } serde_json = "1" syntax = { path = "../libsyntax" } -syntax_pos = { path = "../libsyntax_pos" } +rustc_span = { path = "../librustc_span" } rls-data = "0.19" rls-span = "0.5"