[package]
name = "zksync_consistency_checker"
description = "Consistency checker for ZKsync network"
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]
zksync_contracts.workspace = true
zksync_dal.workspace = true
zksync_eth_client.workspace = true
zksync_eth_sender.workspace = true
zksync_health_check.workspace = true
zksync_l1_contract_interface.workspace = true
zksync_shared_metrics.workspace = true
zksync_types.workspace = true
anyhow.workspace = true
serde.workspace = true
tokio = { workspace = true, features = ["time"] }
tracing.workspace = true
thiserror.workspace = true