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