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