mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat(p2p): Include forkid file from apache licenced repo (#68)
* Start using reth-rlp * Include apache licenced forkid file in primitives * Move forkid to eth-wire
This commit is contained in:
@@ -3,7 +3,7 @@ name = "reth-rlp-derive"
|
||||
version = "0.1.1"
|
||||
license = "Apache-2.0"
|
||||
edition = "2021"
|
||||
description = "Procedural macros for fastrlp"
|
||||
description = "Procedural macros for reth-rlp"
|
||||
repository = "https://github.com/foundry-rs/reth"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -11,7 +11,7 @@ arrayvec = { version = "0.7", default-features = false }
|
||||
auto_impl = "1"
|
||||
bytes = { version = "1", default-features = false }
|
||||
ethnum = { version = "1", default-features = false, optional = true }
|
||||
ethereum-types = { version = "0.14", default-features = false, optional = true }
|
||||
ethereum-types = { version = "0.13", default-features = false, optional = true }
|
||||
reth-rlp-derive = { version = "0.1", path = "../rlp-derive", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user