blob: 4bfa4d865a5c0e4b85b3d7e6f47a44a05641f1d0 [file] [log] [blame]
[package]
name = "Zlibsampleenclave"
version = "0.9.8"
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" }