Files
reth/examples/exex-hello-world/Cargo.toml
Soubhik Singha Mahapatra eda2b09132 feat: added eth api exex (#15949)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2025-04-28 15:10:05 +00:00

19 lines
469 B
TOML

[package]
name = "example-exex-hello-world"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
# reth
reth.workspace = true
reth-ethereum = { workspace = true, features = ["full"] }
reth-tracing.workspace = true
eyre.workspace = true
futures.workspace = true
clap = { workspace = true, features = ["derive"] }
reth-op = { workspace = true, features = ["full", "cli"] }
tokio = { workspace = true, features = ["sync"] }