]> git.lizzy.rs Git - rust.git/blob - src/libunwind/Cargo.toml
Inject the `compiler_builtins` crate whenever the `core` crate is injected
[rust.git] / src / libunwind / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "unwind"
4 version = "0.0.0"
5 build = "build.rs"
6
7 [lib]
8 name = "unwind"
9 path = "lib.rs"
10 test = false
11 bench = false
12 doc = false
13
14 [dependencies]
15 core = { path = "../libcore" }
16 libc = { path = "../rustc/libc_shim" }
17 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }