redox/libstd/panic_unwind/Cargo.toml

13 lines
276 B
TOML
Raw Normal View History

[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"
[dependencies]
2016-11-11 03:59:59 +01:00
libc = { path = "../libc/" }
redox_syscall = { path = "../../syscall/" }
2016-11-11 03:59:59 +01:00
unwind = { path = "../unwind/" }