[package]
authors = ["The Rust Project Developers"]
name = "syntax"
version = "0.0.0"

[lib]
name = "syntax"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
bitflags = "1.0"
serialize = { path = "../libserialize" }
log = "0.4"
syntax_pos = { path = "../libsyntax_pos" }
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
rustc_errors = { path = "../librustc_errors" }
rustc_data_structures = { path = "../librustc_data_structures" }