2 authors = ["The Rust Project Developers"]
3 name = "rustc_metadata"
7 name = "rustc_metadata"
12 flate = { path = "../libflate" }
13 log = { path = "../liblog" }
14 rbml = { path = "../librbml" }
15 rustc = { path = "../librustc" }
16 rustc_back = { path = "../librustc_back" }
17 rustc_bitflags = { path = "../librustc_bitflags" }
18 rustc_const_math = { path = "../librustc_const_math" }
19 rustc_llvm = { path = "../librustc_llvm" }
20 serialize = { path = "../libserialize" }
21 syntax = { path = "../libsyntax" }