]> git.proxmox.com Git - rustc.git/blame - src/librustc_lsan/Cargo.toml
New upstream version 1.32.0~beta.2+dfsg1
[rustc.git] / src / librustc_lsan / Cargo.toml
CommitLineData
8bb4bdeb
XL
1[package]
2authors = ["The Rust Project Developers"]
3build = "build.rs"
4name = "rustc_lsan"
5version = "0.0.0"
6
7[lib]
8name = "rustc_lsan"
9path = "lib.rs"
10test = false
11
12[build-dependencies]
13build_helper = { path = "../build_helper" }
14cmake = "0.1.18"
15
16[dependencies]
041b39d2 17alloc = { path = "../liballoc" }
8bb4bdeb 18core = { path = "../libcore" }
83c7162d 19compiler_builtins = { path = "../rustc/compiler_builtins_shim" }