]> git.lizzy.rs Git - rust.git/blob - src/libpanic_unwind/Cargo.toml
Index HIR after creating TyCtxt
[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 edition = "2018"
6
7 [lib]
8 path = "lib.rs"
9 test = false
10 bench = false
11 doc = false
12
13 [dependencies]
14 alloc = { path = "../liballoc" }
15 core = { path = "../libcore" }
16 libc = { version = "0.2", default-features = false }
17 unwind = { path = "../libunwind" }
18 compiler_builtins = "0.1.0"
19 cfg-if = "0.1.8"