refactor: add network-api crate (#838)

This commit is contained in:
Matthias Seitz
2023-01-13 04:39:44 +01:00
committed by GitHub
parent 33c9cbea6a
commit ba3048ceb0
11 changed files with 50 additions and 5 deletions

View File

@ -0,0 +1,10 @@
[package]
name = "reth-network-api"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/paradigmxyz/reth"
readme = "README.md"
description = "Network interfaces"
[dependencies]