[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
build = "build.rs"
[lib]
path = "lib.rs"
test = false
[dependencies]
core = { path = "../libcore" }
libc = { path = "../rustc/libc_shim" }