mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-06 04:55:00 -05:00
17 lines
324 B
TOML
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
|