blob: 0698938f84c9dba8dcba30aa7242694390c19454 [file] [log] [blame]
[package]
name = "panic_unwind"
version = "0.0.0"
authors = ["Baidu"]
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."
edition = "2018"
[lib]
path = "lib.rs"
[dependencies]
sgx_libc = { path = "../sgx_libc" }
sgx_unwind = { path = "../sgx_unwind" }