blob: c2bcf9ea3c5726bf48022a175d29f7e58e6d98e8 [file] [log] [blame]
[package]
name = "Zlibsampleenclave"
version = "0.9.7"
authors = ["Baidu"]
[lib]
name = "zlibsampleenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tstd = { path = "../../../sgx_tstd" }
[dependencies]
inflate = { path = "../../../third_party/inflate" }
libflate = { path = "../../../third_party/libflate" }
lazy_static = { path = "../../../third_party/lazy-static.rs" }