blob: 298f50ab0a09b5a6288417b85e70b695eba3fcc1 [file] [log] [blame]
[package]
name = "Sealdatasampleenclave"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "sealdatasampleenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tseal = { path = "../../../sgx_tseal" }
sgx_tstd = { path = "../../../sgx_tstd" }
sgx_rand = { path = "../../../sgx_rand" }