mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
20 lines
406 B
TOML
20 lines
406 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
|