2016-12-29 23:28:11 -05:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
build = "build.rs"
|
|
|
|
name = "rustc_msan"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "rustc_msan"
|
|
|
|
path = "lib.rs"
|
2017-02-21 22:05:19 -05:00
|
|
|
test = false
|
2016-12-29 23:28:11 -05:00
|
|
|
|
|
|
|
[build-dependencies]
|
2017-02-04 20:10:29 -05:00
|
|
|
build_helper = { path = "../build_helper" }
|
2016-12-29 23:28:11 -05:00
|
|
|
cmake = "0.1.18"
|
|
|
|
|
|
|
|
[dependencies]
|
2017-06-03 14:54:08 -07:00
|
|
|
alloc = { path = "../liballoc" }
|
2016-12-29 23:28:11 -05:00
|
|
|
alloc_system = { path = "../liballoc_system" }
|
|
|
|
core = { path = "../libcore" }
|