[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" } term = { path = "../libterm" } log = { path = "../liblog" } rustc_bitflags = { path = "../librustc_bitflags" }