]> git.proxmox.com Git - rustc.git/blame - src/librustc_metadata/Cargo.toml
New upstream version 1.13.0+dfsg1
[rustc.git] / src / librustc_metadata / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_metadata"
4version = "0.0.0"
5
6[lib]
7name = "rustc_metadata"
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12flate = { path = "../libflate" }
13log = { path = "../liblog" }
7453a54e
SL
14rustc = { path = "../librustc" }
15rustc_back = { path = "../librustc_back" }
54a0048b 16rustc_const_math = { path = "../librustc_const_math" }
3157f602
XL
17rustc_data_structures = { path = "../librustc_data_structures" }
18rustc_errors = { path = "../librustc_errors" }
7453a54e 19rustc_llvm = { path = "../librustc_llvm" }
9e0c209e 20rustc_macro = { path = "../librustc_macro" }
7453a54e
SL
21serialize = { path = "../libserialize" }
22syntax = { path = "../libsyntax" }
9e0c209e
SL
23syntax_ext = { path = "../libsyntax_ext" }
24syntax_pos = { path = "../libsyntax_pos" }