[package] name = "panic_unwind" version = "0.0.0" authors = ["Jeremy Soller "] [lib] path = "../../rust/src/libpanic_unwind/lib.rs" [dependencies] libc = { path = "../libc/" } redox_syscall = { path = "../../syscall/" } unwind = { path = "../unwind/" }