]> git.proxmox.com Git - rustc.git/blame - src/libsyntax/Cargo.toml
New upstream version 1.25.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]
ea8adc8c 12bitflags = "1.0"
7453a54e 13serialize = { path = "../libserialize" }
ff7c6d11 14log = "0.4"
3157f602 15syntax_pos = { path = "../libsyntax_pos" }
ea8adc8c 16rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
3157f602 17rustc_errors = { path = "../librustc_errors" }
476ff2be 18rustc_data_structures = { path = "../librustc_data_structures" }