]> git.lizzy.rs Git - rust.git/blob - src/librustc_incremental/Cargo.toml
Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichton
[rust.git] / src / librustc_incremental / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_incremental"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 name = "rustc_incremental"
9 path = "lib.rs"
10 doctest = false
11
12 [dependencies]
13 graphviz = { path = "../libgraphviz" }
14 log = "0.4"
15 rand = "0.7"
16 rustc = { path = "../librustc" }
17 rustc_data_structures = { path = "../librustc_data_structures" }
18 rustc_hir = { path = "../librustc_hir" }
19 rustc_serialize = { path = "../libserialize", package = "serialize" }
20 syntax = { path = "../libsyntax" }
21 rustc_span = { path = "../librustc_span" }
22 rustc_fs_util = { path = "../librustc_fs_util" }
23 rustc_session = { path = "../librustc_session" }