]> git.lizzy.rs Git - rust.git/blob - src/librustc_lsan/Cargo.toml
Fix error message confuses locals and temporaries
[rust.git] / src / librustc_lsan / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 build = "build.rs"
4 name = "rustc_lsan"
5 version = "0.0.0"
6
7 [lib]
8 name = "rustc_lsan"
9 path = "lib.rs"
10 test = false
11
12 [build-dependencies]
13 build_helper = { path = "../build_helper" }
14 cmake = "0.1.18"
15
16 [dependencies]
17 alloc = { path = "../liballoc" }
18 alloc_system = { path = "../liballoc_system" }
19 core = { path = "../libcore" }