mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-18 02:41:31 -05:00
21 lines
407 B
TOML
21 lines
407 B
TOML
[package]
|
|
name = "manual-p2p"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
once_cell.workspace = true
|
|
eyre.workspace = true
|
|
|
|
reth-primitives.workspace = true
|
|
reth-network.workspace = true
|
|
reth-discv4.workspace = true
|
|
reth-eth-wire.workspace = true
|
|
reth-ecies.workspace = true
|
|
|
|
futures.workspace = true
|
|
secp256k1.workspace = true
|
|
tokio.workspace = true
|