]> git.proxmox.com Git - rustc.git/blame - src/librustc/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / librustc / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc"
4version = "0.0.0"
5
6[lib]
7name = "rustc"
8path = "lib.rs"
9crate-type = ["dylib"]
10
11[dependencies]
12arena = { path = "../libarena" }
13flate = { path = "../libflate" }
14fmt_macros = { path = "../libfmt_macros" }
7453a54e
SL
15graphviz = { path = "../libgraphviz" }
16log = { path = "../liblog" }
17rbml = { path = "../librbml" }
18rustc_back = { path = "../librustc_back" }
19rustc_bitflags = { path = "../librustc_bitflags" }
54a0048b 20rustc_const_math = { path = "../librustc_const_math" }
7453a54e 21rustc_data_structures = { path = "../librustc_data_structures" }
7453a54e
SL
22serialize = { path = "../libserialize" }
23syntax = { path = "../libsyntax" }