]> git.proxmox.com Git - rustc.git/blame - src/librustc_save_analysis/Cargo.toml
New upstream version 1.17.0+dfsg2
[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]
12log = { path = "../liblog" }
54a0048b 13rustc = { path = "../librustc" }
7453a54e 14syntax = { path = "../libsyntax" }
a7813a04 15serialize = { path = "../libserialize" }
3157f602 16syntax_pos = { path = "../libsyntax_pos" }