mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
23 lines
518 B
TOML
23 lines
518 B
TOML
[package]
|
|
name = "example-manual-p2p"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-chainspec.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-network.workspace = true
|
|
reth-discv4.workspace = true
|
|
reth-eth-wire.workspace = true
|
|
reth-ecies.workspace = true
|
|
reth-network-peers.workspace = true
|
|
|
|
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
|
|
|
futures.workspace = true
|
|
tokio.workspace = true
|
|
|
|
eyre.workspace = true
|