blob: 9d442cdc46cc3bb52e986a013b4377387466c53a [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
build = "build.rs"
[lib]
name = "unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
sgx_trts = { path = "../sgx_trts" }