teepot/bin/verify-era-proof-attestation/Cargo.toml
Harald Hoyer 71de3a53bc
feat: add file output for attestation collateral and quote data
- Write attestation collateral and quote details to various files.
2025-03-10 13:28:18 +01:00

27 lines
693 B
TOML

[package]
name = "verify-era-proof-attestation"
publish = false
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
hex.workspace = true
jsonrpsee-types.workspace = true
reqwest.workspace = true
secp256k1.workspace = true
serde.workspace = true
serde_with = { workspace = true, features = ["hex"] }
teepot.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
url.workspace = true
x509-cert.workspace = true
zksync_basic_types.workspace = true
zksync_types.workspace = true
zksync_web3_decl.workspace = true