blob: 04d53cdb559b26b453b6acdeab62d076522ab42e [file] [log] [blame]
[package]
name = "RAenclave"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "raenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../../sgx_types" }
sgx_trts = { path = "../../../../sgx_trts" }
sgx_tstd = { path = "../../../../sgx_tstd" }
sgx_tdh = { path = "../../../../sgx_tdh" }
sgx_tcrypto = { path = "../../../../sgx_tcrypto" }
sgx_tservice = { path = "../../../../sgx_tservice" }
sgx_tkey_exchange = { path = "../../../../sgx_tkey_exchange" }