blob: 4c71186d687001614761367cfb0d8e0af17d71b4 [file] [log] [blame]
[package]
name = "Seal data sample enclave"
version = "0.9.0"
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" }