]> git.proxmox.com Git - rustc.git/blame - src/libsyntax/Cargo.toml
Imported Upstream version 1.9.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" }