]> git.proxmox.com Git - rustc.git/blame - src/librustc_asan/Cargo.toml
New upstream version 1.36.0+dfsg1
[rustc.git] / src / librustc_asan / Cargo.toml
CommitLineData
8bb4bdeb
XL
1[package]
2authors = ["The Rust Project Developers"]
3build = "build.rs"
4name = "rustc_asan"
5version = "0.0.0"
9fa01778 6edition = "2018"
8bb4bdeb
XL
7
8[lib]
9name = "rustc_asan"
10path = "lib.rs"
11test = false
12
13[build-dependencies]
14build_helper = { path = "../build_helper" }
48663c56 15cmake = "0.1.38"
8bb4bdeb
XL
16
17[dependencies]
041b39d2 18alloc = { path = "../liballoc" }
8bb4bdeb 19core = { path = "../libcore" }
0731742a 20compiler_builtins = "0.1.0"