[package] name = "panic_unwind" version = "0.0.0" authors = ["Jeremy Soller <jackpot51@gmail.com>"] [lib] path = "../../rust/src/libpanic_unwind/lib.rs" [dependencies] libc = { path = "../libc/" } unwind = { path = "../unwind/" }