rust/src/librustc_msan/Cargo.toml

17 lines
285 B
TOML
Raw Normal View History

2016-12-29 22:28:11 -06:00
[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "rustc_msan"
version = "0.0.0"
[lib]
name = "rustc_msan"
path = "lib.rs"
[build-dependencies]
cmake = "0.1.18"
[dependencies]
alloc_system = { path = "../liballoc_system" }
core = { path = "../libcore" }