]> git.lizzy.rs Git - rust.git/blob - src/librustc_metadata/Cargo.toml
338824d5efe4caa862256121941b11a7e38bdbce
[rust.git] / src / librustc_metadata / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_metadata"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_metadata"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 flate2 = "1.0"
13 log = "0.4"
14 proc_macro = { path = "../libproc_macro" }
15 rustc = { path = "../librustc" }
16 rustc_target = { path = "../librustc_target" }
17 rustc_data_structures = { path = "../librustc_data_structures" }
18 rustc_errors = { path = "../librustc_errors" }
19 serialize = { path = "../libserialize" }
20 syntax = { path = "../libsyntax" }
21 syntax_ext = { path = "../libsyntax_ext" }
22 syntax_pos = { path = "../libsyntax_pos" }