Files
reth/examples/node-event-hooks/Cargo.toml
2025-04-10 05:34:38 +00:00

11 lines
224 B
TOML

[package]
name = "example-node-event-hooks"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-ethereum = { workspace = true, features = ["node"] }