[package] authors = ["The Rust Project Developers"] name = "syntax" version = "0.0.0" [lib] name = "syntax" path = "lib.rs" crate-type = ["dylib"] [dependencies] serialize = { path = "../libserialize" } log = { path = "../liblog" } rustc_bitflags = { path = "../librustc_bitflags" } syntax_pos = { path = "../libsyntax_pos" } rustc_errors = { path = "../librustc_errors" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_i128 = { path = "../librustc_i128" }