mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-09 22:45:57 -05:00
34 lines
729 B
TOML
34 lines
729 B
TOML
[package]
|
|
name = "example-exex-discv5"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
discv5.workspace = true
|
|
enr.workspace = true
|
|
|
|
reth-discv5.workspace = true
|
|
reth.workspace = true
|
|
reth-exex.workspace = true
|
|
reth-node-api.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-network-peers.workspace = true
|
|
reth-tracing.workspace = true
|
|
futures.workspace = true
|
|
|
|
clap.workspace = true
|
|
reth-chainspec.workspace = true
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
tokio-stream.workspace = true
|
|
futures-util.workspace = true
|
|
|
|
tracing.workspace = true
|
|
eyre.workspace = true
|
|
|
|
[dev-dependencies]
|
|
reth-exex-test-utils.workspace = true
|
|
reth-testing-utils.workspace = true
|