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