about summary refs log tree commit diff
path: root/src/libsyntax/Cargo.toml
blob: 97d37266130af750a304561f1eb0ec33ae06f5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 = "0.3"
rustc_bitflags = { path = "../librustc_bitflags" }
syntax_pos = { path = "../libsyntax_pos" }
rustc_errors = { path = "../librustc_errors" }
rustc_data_structures = { path = "../librustc_data_structures" }