blob: 4235f3f03d1d7d00bf97b7536b7be860652a4f79 [file] [log] [blame]
[package]
name = "ue-ra-client"
version = "0.1.0"
authors = ["The Teaclave Authors"]
[dependencies]
chrono = "0.4.5"
webpki = "0.21"
rustls = { version = "0.19", features = ["dangerous_configuration"] }
itertools = "*"
sgx_types = { git = "https://github.com/apache/teaclave-sgx-sdk" }
base64 = "0.9.2"
serde_json = "1.0"
num-bigint = "*"
bit-vec = "*"
hex = "*"
[patch.'https://github.com/apache/teaclave-sgx-sdk.git']
sgx_types = { path = "../../../sgx_types" }