blob: 8b61e1b0d3a384c1960b88b4a11751c95edd2d80 [file] [log] [blame]
[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" }