]> git.proxmox.com Git - rustc.git/blob - src/librustc_tsan/Cargo.toml
New upstream version 1.17.0+dfsg1
[rustc.git] / src / librustc_tsan / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 build = "build.rs"
4 name = "rustc_tsan"
5 version = "0.0.0"
6
7 [lib]
8 name = "rustc_tsan"
9 path = "lib.rs"
10 test = false
11
12 [build-dependencies]
13 build_helper = { path = "../build_helper" }
14 cmake = "0.1.18"
15
16 [dependencies]
17 alloc_system = { path = "../liballoc_system" }
18 core = { path = "../libcore" }