Files
reth/examples/exex-hello-world/Cargo.toml
2025-03-13 15:11:09 +00:00

16 lines
309 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