redox/libstd_real/unwind/Cargo.toml
2016-11-10 19:59:59 -07:00

11 lines
187 B
TOML

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