2016-12-29 22:28:11 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
build = "build.rs"
|
|
|
|
name = "rustc_asan"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_asan"
|
|
|
|
path = "lib.rs"
|
2017-02-21 21:05:19 -06:00
|
|
|
test = false
|
2016-12-29 22:28:11 -06:00
|
|
|
|
|
|
|
[build-dependencies]
|
2017-02-04 19:10:29 -06:00
|
|
|
build_helper = { path = "../build_helper" }
|
2016-12-29 22:28:11 -06:00
|
|
|
cmake = "0.1.18"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-06-03 16:54:08 -05:00
|
|
|
alloc = { path = "../liballoc" }
|
2016-12-29 22:28:11 -06:00
|
|
|
core = { path = "../libcore" }
|
2018-03-30 06:06:34 -05:00
|
|
|
compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
|