mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00

with code fixes for the new versions. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
26 lines
666 B
TOML
26 lines
666 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
|
|
zksync_basic_types.workspace = true
|
|
zksync_types.workspace = true
|
|
zksync_web3_decl.workspace = true
|