blob: 5507e3e6775c0879118f7bb633537029a9c5f9fa [file] [log] [blame]
[package]
name = "app"
version = "1.0.0"
authors = ["The Teaclave Authors"]
build = "build.rs"
[dependencies]
sgx_types = { git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_urts = { git = "https://github.com/apache/teaclave-sgx-sdk.git" }
prost = "0.6"
prost-types = "0.6"
bytes = "0.5"
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_types = { path = "../../../sgx_types" }
sgx_urts = { path = "../../../sgx_urts" }
[build-dependencies]
prost-build = "0.6"