blob: 7d88aa59b3adbaf0efc3f719f0d256653a1f4672 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "rustc_msan"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_msan"
path = "lib.rs"
test = false
[build-dependencies]
build_helper = { path = "../build_helper" }
cmake = "0.1.18"
[dependencies]
alloc = { path = "../liballoc" }
core = { path = "../libcore" }
compiler_builtins = "0.1.0"