redox/libstd/panic_unwind/Cargo.toml
2016-12-19 18:16:23 -07:00

12 lines
232 B
TOML

[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/" }