]> git.proxmox.com Git - rustc.git/blob - src/librustc_incremental/Cargo.toml
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / librustc_incremental / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_incremental"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_incremental"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10
11 [dependencies]
12 graphviz = { path = "../libgraphviz" }
13 log = "0.4"
14 rand = "0.5"
15 rustc = { path = "../librustc" }
16 rustc_data_structures = { path = "../librustc_data_structures" }
17 serialize = { path = "../libserialize" }
18 syntax = { path = "../libsyntax" }
19 syntax_pos = { path = "../libsyntax_pos" }
20 rustc_fs_util = { path = "../librustc_fs_util" }