feat: add new crate op-beacon-core (#7848)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Rupam Dey
2024-04-26 15:45:07 +05:30
committed by GitHub
parent 4278bc24ca
commit d833f1aed9
5 changed files with 154 additions and 2 deletions

View File

@ -0,0 +1,23 @@
[package]
name = "reth-optimism-consensus"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude.workspace = true
[lints]
workspace = true
[dependencies]
# reth
reth-consensus-common.workspace = true
reth-primitives.workspace = true
reth-consensus.workspace = true
[features]
optimism = [
"reth-primitives/optimism",
]