mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
18 lines
454 B
TOML
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"] }
|