feat(p2p): remove p2p crate (#397)

This commit is contained in:
Dan Cline
2022-12-13 02:28:38 -05:00
committed by GitHub
parent 6aa2daee0f
commit 705e6f79dc
5 changed files with 0 additions and 255 deletions

View File

@ -1,23 +0,0 @@
[package]
name = "reth-p2p"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Utilities for interacting with ethereum's peer to peer network."
[dependencies]
enr = { git = "https://github.com/sigp/enr", features = ["serde", "rust-secp256k1"] }
serde = "1.0.145"
serde_derive = "1.0.145"
thiserror = "1.0.37"
toml = "0.5.9"
tracing = "0.1.36"
[dev-dependencies]
tempfile = "3.3.0"
[dev-dependencies.secp256k1]
version = "0.24"
features = ["rand-std"]