2016-01-21 17:19:23 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
path = "lib.rs"
|
|
|
|
crate-type = ["dylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
flate = { path = "../libflate" }
|
|
|
|
log = { path = "../liblog" }
|
|
|
|
rbml = { path = "../librbml" }
|
|
|
|
rustc = { path = "../librustc" }
|
|
|
|
rustc_back = { path = "../librustc_back" }
|
2016-02-21 11:49:13 -06:00
|
|
|
rustc_bitflags = { path = "../librustc_bitflags" }
|
2016-03-15 06:33:13 -05:00
|
|
|
rustc_const_math = { path = "../librustc_const_math" }
|
2016-01-21 17:19:23 -06:00
|
|
|
rustc_llvm = { path = "../librustc_llvm" }
|
|
|
|
serialize = { path = "../libserialize" }
|
|
|
|
syntax = { path = "../libsyntax" }
|