]> git.lizzy.rs Git - rust.git/blob - src/librustc_borrowck/Cargo.toml
Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb
[rust.git] / src / librustc_borrowck / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_borrowck"
4 version = "0.0.0"
5
6 [lib]
7 name = "rustc_borrowck"
8 path = "lib.rs"
9 crate-type = ["dylib"]
10 test = false
11
12 [dependencies]
13 log = { path = "../liblog" }
14 syntax = { path = "../libsyntax" }
15 syntax_pos = { path = "../libsyntax_pos" }
16 graphviz = { path = "../libgraphviz" }
17 rustc = { path = "../librustc" }
18 rustc_data_structures = { path = "../librustc_data_structures" }
19 rustc_mir = { path = "../librustc_mir" }
20 rustc_errors = { path = "../librustc_errors" }