]> git.proxmox.com Git - rustc.git/blame - src/librustc_save_analysis/Cargo.toml
New upstream version 1.27.1+dfsg1
[rustc.git] / src / librustc_save_analysis / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
54a0048b 3name = "rustc_save_analysis"
7453a54e
SL
4version = "0.0.0"
5
6[lib]
54a0048b 7name = "rustc_save_analysis"
7453a54e
SL
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
ff7c6d11 12log = "0.4"
54a0048b 13rustc = { path = "../librustc" }
3b2f2976 14rustc_data_structures = { path = "../librustc_data_structures" }
83c7162d 15rustc_target = { path = "../librustc_target" }
7cac9316 16rustc_typeck = { path = "../librustc_typeck" }
7453a54e 17syntax = { path = "../libsyntax" }
cc61c64b 18syntax_pos = { path = "../libsyntax_pos" }
2c00a5a8 19rls-data = "0.15"
7cac9316 20rls-span = "0.4"
cc61c64b
XL
21# FIXME(#40527) should move rustc serialize out of tree
22rustc-serialize = "0.3"