mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 15:34:48 +02:00
feat: add file output for attestation collateral and quote data
- Write attestation collateral and quote details to various files.
This commit is contained in:
parent
63b9d6f6ee
commit
71de3a53bc
6 changed files with 159 additions and 11 deletions
|
@ -69,7 +69,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "ansi"
|
|||
tracing-test = { version = "0.2.5", features = ["no-env-filter"] }
|
||||
url = "2.5.2"
|
||||
webpki-roots = "0.26.1"
|
||||
x509-cert = { version = "0.2", features = ["builder", "signature"] }
|
||||
x509-cert = { version = "0.2", features = ["builder", "signature", "pem"] }
|
||||
zeroize = { version = "1.7.0", features = ["serde"] }
|
||||
zksync_basic_types = "=0.1.0"
|
||||
zksync_types = "=0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue