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