mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
name = "example-custom-beacon-withdrawals"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node", "node-api", "evm", "cli"] }
|
|
|
|
alloy-evm.workspace = true
|
|
alloy-sol-types.workspace = true
|
|
alloy-eips.workspace = true
|
|
|
|
eyre.workspace = true
|