blob: 07925237a998d6362b5682c0c246a3abc4361263 [file] [log] [blame]
[package]
name = "sgx_tstd"
version = "0.9.0"
authors = ["Baidu"]
build = "build.rs"
[features]
default = ["backtrace"]
global_exit = []
backtrace = ["stdio"]
stdio = []
[build-dependencies]
build_helper = { path = "../build_helper" }
gcc = "0.3.54"
[dependencies]
sgx_types = { path = "../sgx_types" }
sgx_trts = { path = "../sgx_trts" }
sgx_alloc = { path = "../sgx_alloc" }
sgx_tprotected_fs = { path = "../sgx_tprotected_fs" }