feat: add file output for attestation collateral and quote data

- Write attestation collateral and quote details to various files.
This commit is contained in:
Harald Hoyer 2025-03-06 15:28:52 +01:00
parent 63b9d6f6ee
commit 71de3a53bc
Signed by: harald
GPG key ID: F519A1143B3FBE32
6 changed files with 159 additions and 11 deletions

View file

@ -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"