blob: 933b96f8cb4bbb784b6df2727b5f74aa45ec6797 [file] [log] [blame]
[package]
name = "PCKIDRetrievalTool"
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" }
itertools = "*"
libloading = "*"
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_types = { path = "../../../sgx_types" }
sgx_urts = { path = "../../../sgx_urts" }