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