rust/src/libsyntax/Cargo.toml
Jeffrey Seyfried 542ba8c5f7 Fix Cargo.tomls
2016-06-27 18:30:46 +00:00

17 lines
375 B
TOML

[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" }