2 authors = ["The Rust Project Developers"]
10 crate-type = ["dylib"]
13 arena = { path = "../libarena" }
14 rustc = { path = "../librustc" }
15 rustc_back = { path = "../librustc_back" }
16 rustc_const_eval = { path = "../librustc_const_eval" }
17 rustc_driver = { path = "../librustc_driver" }
18 rustc_lint = { path = "../librustc_lint" }
19 rustc_metadata = { path = "../librustc_metadata" }
20 rustc_resolve = { path = "../librustc_resolve" }
21 rustc_trans = { path = "../librustc_trans" }
22 serialize = { path = "../libserialize" }
23 syntax = { path = "../libsyntax" }
24 log = { path = "../liblog" }
27 build_helper = { path = "../build_helper" }