blob: afa695ab531e4be72d76c8252471d535938085d2 [file] [log] [blame]
[package]
name = "Backtracesampleenclave"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "backtracesampleenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tstd = { path = "../../../sgx_tstd", features = ["backtrace"] }