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