blob: d371814cc8655f3594a5cc96384aeb4fc8042594 [file] [log] [blame]
[package]
name = "enclave3"
version = "0.1.0"
authors = ["Baidu"]
[lib]
name = "enclave3"
crate-type = ["staticlib"]
[features]
default = []
use_std = []
[dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tdh = { path = "../../../sgx_tdh" }
attestation = {path = "../attestation/"}