blob: 18f37a8bb174ee8a2982439e8b88673a1eabe652 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "panic_unwind"
version = "0.0.0"
[lib]
path = "lib.rs"
test = false
[dependencies]
alloc = { path = "../liballoc" }
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }
unwind = { path = "../libunwind" }