summary refs log tree commit diff
path: root/src/librustc_borrowck/Cargo.toml
blob: 6da87f97fb79fdcded43f2cd4c79dfd35450ecf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["The Rust Project Developers"]
name = "rustc_borrowck"
version = "0.0.0"

[lib]
name = "rustc_borrowck"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }
graphviz = { path = "../libgraphviz" }
rustc = { path = "../librustc" }
rustc_mir = { path = "../librustc_mir" }