zksync_tee_verifier 0.1.0

ZKsync library for TEE verification
[package]
name = "zksync_tee_verifier"
description = "ZKsync library for TEE verification"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
anyhow.workspace = true
zksync_multivm.workspace = true
serde.workspace = true
tracing.workspace = true
zksync_vm_utils.workspace = true
zksync_config.workspace = true
zksync_crypto_primitives.workspace = true
zksync_dal.workspace = true
zksync_db_connection.workspace = true
zksync_merkle_tree.workspace = true
zksync_object_store.workspace = true
zksync_prover_interface.workspace = true
zksync_queued_job_processor.workspace = true
zksync_state.workspace = true
zksync_types.workspace = true
zksync_utils.workspace = true