blob: f2ef3bfb8095045b8dc1038c502fdbd81d86f8b4 [file] [log] [blame]
[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 = [
"LICENSE",
"Readme.md",
"Cargo.toml",
"macros.rs",
"build.rs",
"libunwind.rs",
"lib.rs",
]
[lib]
name = "sgx_unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
sgx_trts = { path = "../sgx_trts" }