Files
pezkuwi-sdk/pezbridges/relays/equivocation/Cargo.toml
T
pezkuwichain 3139ffa25e fix: Complete snowbridge pezpallet rebrand and critical bug fixes
- snowbridge-pezpallet-* → pezsnowbridge-pezpallet-* (201 refs)
- pallet/ directories → pezpallet/ (4 locations)
- Fixed pezpallet.rs self-include recursion bug
- Fixed sc-chain-spec hardcoded crate name in derive macro
- Reverted .pezpallet_by_name() to .pallet_by_name() (subxt API)
- Added BizinikiwiConfig type alias for zombienet tests
- Deleted obsolete session state files

Verified: pezsnowbridge-pezpallet-*, pezpallet-staking,
pezpallet-staking-async, pezframe-benchmarking-cli all pass cargo check
2025-12-16 09:57:23 +03:00

32 lines
908 B
TOML

[package]
name = "pez-equivocation-detector"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true
description = "Equivocation detector"
publish = false
documentation = "https://docs.rs/pez-equivocation-detector"
homepage = { workspace = true }
[lints]
workspace = true
[dependencies]
async-std = { features = ["attributes"], workspace = true }
async-trait = { workspace = true }
bp-header-pez-chain = { workspace = true, default-features = true }
pez-finality-relay = { workspace = true }
futures = { workspace = true }
num-traits = { workspace = true, default-features = true }
relay-utils = { workspace = true }
tracing = { workspace = true }
[features]
runtime-benchmarks = [
"bp-header-pez-chain/runtime-benchmarks",
"pez-finality-relay/runtime-benchmarks",
"relay-utils/runtime-benchmarks",
]