mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 07:25:09 -05:00
17 lines
382 B
TOML
17 lines
382 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-macro.workspace = true
|
|
alloy-sol-types.workspace = true
|
|
alloy-eips.workspace = true
|
|
|
|
eyre.workspace = true
|