blob: f0618275f2f6a236fc5883e16100103feadf5dd0 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
build = "build.rs"
name = "rustc_tsan"
version = "0.0.0"
[lib]
name = "rustc_tsan"
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"