blob: 65ffd161c516de17e5f7dc109306397780bc8bdb [file] [log] [blame]
[package]
name = "Machinelearningsampleenclave"
version = "0.9.6"
authors = ["Baidu"]
[lib]
name = "machinelearningsampleenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tstd = { path = "../../../sgx_tstd" }
sgx_rand = { path = "../../../sgx_rand" }
[dependencies]
rusty-machine = { path = "../../../third_party/rusty-machine" }