Files
pezkuwi-subxt/bridges/relays/equivocation/Cargo.toml
T
Serban Iorga de37ffd531 Fix polkadot-sdk CI failures (#2901)
* taplo

* markdown

* publish = false

* feature propagation
2024-04-10 10:28:37 +02:00

23 lines
660 B
TOML

[package]
name = "equivocation-detector"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
description = "Equivocation detector"
publish = false
[lints]
workspace = true
[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.79"
bp-header-chain = { path = "../../primitives/header-chain" }
finality-relay = { path = "../finality" }
frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
futures = "0.3.30"
log = { workspace = true }
num-traits = "0.2"
relay-utils = { path = "../utils" }