]> git.lizzy.rs Git - rust.git/blob - src/librustc_asan/Cargo.toml
Remove no longer needed mutability
[rust.git] / src / librustc_asan / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 build = "build.rs"
4 name = "rustc_asan"
5 version = "0.0.0"
6 edition = "2018"
7
8 [lib]
9 name = "rustc_asan"
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"