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