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