Files
nanoreth/crates/net/banlist/Cargo.toml
georgehao 2e4376f359 add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-01-28 12:20:58 +00:00

17 lines
324 B
TOML

[package]
name = "reth-net-banlist"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
description = "Banlist for peers and IPs"
[lints]
workspace = true
[dependencies]
# ethereum
alloy-primitives.workspace = true