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