blob: 06b3fc596a408acccc864f6a4b6a42284fe6c774 [file] [log] [blame]
[package]
name = "Qpl"
version = "1.0.0"
authors = ["The Teaclave Authors"]
[dependencies]
sgx_types = { git = "https://github.com/apache/teaclave-sgx-sdk.git" }
lazy_static = { version = "*", default-features = false }
[lib]
name = "qpl"
crate-type = ["dylib"]
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_types = { path = "../../../sgx_types" }