]> git.proxmox.com Git - rustc.git/blame - src/libsyntax/Cargo.toml
New upstream version 1.15.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" }
7453a54e
SL
13log = { path = "../liblog" }
14rustc_bitflags = { path = "../librustc_bitflags" }
3157f602
XL
15syntax_pos = { path = "../libsyntax_pos" }
16rustc_errors = { path = "../librustc_errors" }
476ff2be 17rustc_data_structures = { path = "../librustc_data_structures" }