blob: 48a3b371ba9ff3bf5f0c2876f3e06aa01696a5ef [file] [log] [blame]
[package]
name = "RAenclave"
version = "0.1.0"
authors = ["Baidu"]
[lib]
name = "raenclave"
crate-type = ["staticlib"]
[features]
default = []
use_std = []
[dependencies]
sgx_types = { path = "../../../../sgx_types" }
sgx_trts = { path = "../../../../sgx_trts" }
sgx_tstdc = { path = "../../../../sgx_tstdc" }
sgx_tdh = { path = "../../../../sgx_tdh" }
sgx_tcrypto = { path = "../../../../sgx_tcrypto" }
sgx_tservice = { path = "../../../../sgx_tservice" }
sgx_tkey_exchange = { path = "../../../../sgx_tkey_exchange" }