blob: 21f712a416d44ddde9e52f9efb9afcefab907824 [file] [log] [blame]
[package]
name = "app"
version = "1.0.0"
authors = ["Teaclave"]
build = "build.rs"
[dependencies] # You can specify the features you need for urts, such as global_exit and global_init
sgx_types = { git = "https://github.com/apache/teaclave-sgx-sdk.git" }
sgx_urts = { git = "https://github.com/apache/teaclave-sgx-sdk.git"}
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']