mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
17 lines
428 B
TOML
17 lines
428 B
TOML
[package]
|
|
name = "custom-hardforks"
|
|
license.workspace = true
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
# Core Reth dependencies for chain specs and hardforks
|
|
reth-chainspec.workspace = true
|
|
reth-network-peers.workspace = true
|
|
alloy-genesis.workspace = true
|
|
alloy-consensus.workspace = true
|
|
alloy-primitives.workspace = true
|
|
alloy-eips.workspace = true
|
|
serde = { version = "1.0", features = ["derive"] }
|