]> git.proxmox.com Git - rustc.git/blame - src/librustc_resolve/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / librustc_resolve / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_resolve"
4version = "0.0.0"
5
6[lib]
7name = "rustc_resolve"
8path = "lib.rs"
9crate-type = ["dylib"]
a7813a04 10test = false
7453a54e
SL
11
12[dependencies]
cc61c64b 13log = "0.3"
7453a54e
SL
14syntax = { path = "../libsyntax" }
15rustc = { path = "../librustc" }
7453a54e 16arena = { path = "../libarena" }
3157f602
XL
17rustc_errors = { path = "../librustc_errors" }
18syntax_pos = { path = "../libsyntax_pos" }
abe05a73 19rustc_data_structures = { path = "../librustc_data_structures" }