Files
reth/examples/exex-hello-world/Cargo.toml
2025-05-24 08:35:40 +00:00

18 lines
454 B
TOML

[package]
name = "example-exex-hello-world"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
# reth
reth-ethereum = { workspace = true, features = ["full", "cli"] }
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"] }