blob: e8c0b04ae51b9bdafabcf1cdfa17fc1281dfd63d [file] [log] [blame]
[package]
name = "Seal data sample enclave"
version = "0.9.1"
authors = ["Baidu"]
[lib]
name = "enclave"
crate-type = ["staticlib"]
[features]
default = []
[dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tseal = { path = "../../../sgx_tseal" }
sgx_tstd = { path = "../../../sgx_tstd" }
sgx_rand = { path = "../../../sgx_rand" }