]> git.proxmox.com Git - rustc.git/blob - src/libsyntax/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libsyntax / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "syntax"
4 version = "0.0.0"
5
6 [lib]
7 name = "syntax"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 serialize = { path = "../libserialize" }
13 log = { path = "../liblog" }
14 rustc_bitflags = { path = "../librustc_bitflags" }