]> git.lizzy.rs Git - rust.git/blob - src/librustc_borrowck/Cargo.toml
rustbuild: Add support for crate tests + doctests
[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 graphviz = { path = "../libgraphviz" }
16 rustc = { path = "../librustc" }
17 rustc_mir = { path = "../librustc_mir" }