Jeffrey Seyfried 542ba8c5f7 Fix Cargo.tomls
2016-06-27 18:30:46 +00:00

21 lines
525 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "rustc_borrowck"
version = "0.0.0"
[lib]
name = "rustc_borrowck"
path = "lib.rs"
crate-type = ["dylib"]
test = false
[dependencies]
log = { path = "../liblog" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
graphviz = { path = "../libgraphviz" }
rustc = { path = "../librustc" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_mir = { path = "../librustc_mir" }
rustc_errors = { path = "../librustc_errors" }