blob: 24424fd9253280653075c2a81a68c4d4ca1ee086 [file] [log] [blame]
[package]
name = "enclave1"
version = "0.9.6"
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/"}