2016-10-31 17:49:00 +01:00
|
|
|
[package]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
|
|
|
|
2016-11-11 03:59:59 +01:00
|
|
|
[lib]
|
|
|
|
path = "../../rust/src/libpanic_unwind/lib.rs"
|
|
|
|
|
2016-10-31 17:49:00 +01:00
|
|
|
[dependencies]
|
2016-11-11 03:59:59 +01:00
|
|
|
libc = { path = "../libc/" }
|
|
|
|
unwind = { path = "../unwind/" }
|