blob: d813e2a9217fd79d470a01c6006c7aee2d6e9ce4 [file] [log] [blame]
[package]
name = "sgx_unwind"
version = "0.1.0"
authors = ["The Teaclave Authors"]
build = "build.rs"
repository = "https://github.com/apache/teaclave-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."
edition = "2018"
exclude = [
"libunwind/autom4te.cache/*",
"libunwind/aclocal.m4",
"libunwind/config/*",
"libunwind/configure",
"libunwind/INSTALL",
"libunwind/Makefile.in",
"libunwind/src/Makefile.in",
]
[lib]
name = "sgx_unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[build-dependencies]
sgx_build_helper = { path = "../sgx_build_helper" }