blob: f9c723df52fd6a1cd80e1e9b344cebabab923ec9 [file] [log] [blame]
[package]
name = "enclave3"
version = "0.9.7"
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/"}