]> git.proxmox.com Git - rustc.git/blame - src/libsyntax/Cargo.toml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / libsyntax / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "syntax"
4version = "0.0.0"
5
6[lib]
7name = "syntax"
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12serialize = { path = "../libserialize" }
cc61c64b 13log = "0.3"
7cac9316 14bitflags = "0.8"
3157f602
XL
15syntax_pos = { path = "../libsyntax_pos" }
16rustc_errors = { path = "../librustc_errors" }
476ff2be 17rustc_data_structures = { path = "../librustc_data_structures" }