sgx_unwind 0.0.0

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Documentation
[package]
authors = ["The Rust Project Developers"]
name = "sgx_unwind"
version = "0.0.0"
build = "build.rs"
repository = "https://github.com/baidu/rust-sgx-sdk"
license-file = "LICENSE"
documentation = "https://dingelish.github.io/"
description = "Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language."

include = [
    "Cargo.toml",
    "macros.rs",
    "build.rs",
    "libunwind.rs",
    "lib.rs",
    "Readme.md",
    "LICENSE",
]

[lib]
name = "sgx_unwind"
path = "lib.rs"
test = false
bench = false
doc = false

[dependencies]
sgx_trts = "0.9.8"