blob: b6546338b84e7548eb8b94a8c169da8ad97693e1 [file] [log] [blame]
[package]
name = "enclave3"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "enclave3"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
[dependencies]
attestation = {path = "../attestation/"}