blob: 682a5228d71c2507ba21d6cf926c9e764488daf5 [file] [log] [blame]
[package]
name = "Protobufenclave"
version = "1.0.0"
authors = ["Baidu"]
[lib]
name = "protobufenclave"
crate-type = ["staticlib"]
[features]
default = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_types = { path = "../../../sgx_types" }
sgx_tstd = { path = "../../../sgx_tstd" }
[dependencies]
protobuf = { path = "../../../third_party/protobuf" }