blob: a978ea16e9e74245ecd355fe6dab581c6d005463 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
authors = ["The Rust Project Developers"]
name = "panic_unwind"
version = "0.0.0"
[lib]
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
alloc = { path = "../liballoc" }
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
unwind = { path = "../libunwind" }
|