]> git.lizzy.rs Git - rust.git/blob - src/librustc_tsan/Cargo.toml
Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk
[rust.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 edition = "2018"
7
8 [lib]
9 name = "rustc_tsan"
10 path = "lib.rs"
11 test = false
12
13 [build-dependencies]
14 build_helper = { path = "../build_helper" }
15 cmake = "0.1.38"
16
17 [dependencies]
18 alloc = { path = "../liballoc" }
19 core = { path = "../libcore" }
20 compiler_builtins = "0.1.0"