Files
reth/examples/exex-hello-world/Cargo.toml
2025-03-27 14:05:45 +00:00

18 lines
419 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"] }