mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-22 23:44:48 +02:00

This PR is part of the effort to implement on-chain TEE proof verification. This PR goes hand in hand with https://github.com/matter-labs/zksync-era/pull/3414.
17 lines
374 B
TOML
17 lines
374 B
TOML
[package]
|
|
name = "verify-attestation"
|
|
publish = false
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
clap.workspace = true
|
|
hex.workspace = true
|
|
secp256k1.workspace = true
|
|
sha3.workspace = true
|
|
teepot.workspace = true
|
|
zksync_basic_types.workspace = true
|