blob: 5f45b52954da7064b9695b37a5d809d640923c06 [file] [log] [blame]
[package]
name = "Filesampleenclave"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "filesampleenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../../sgx_tstd" }
sgx_rand = { path = "../../../sgx_rand" }
sgx_serialize = { path = "../../../sgx_serialize" }
[dependencies]
sgx_rand_derive = { path = "../../../sgx_rand_derive" }
sgx_serialize_derive = { path = "../../../sgx_serialize_derive"}