blob: 43dbda2f57e713abd94278d0d15046f745b6f3b4 [file] [log] [blame]
[package]
name = "enclave2"
version = "0.9.5"
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/"}