mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-13 01:08:11 -05:00
16 lines
379 B
TOML
16 lines
379 B
TOML
[package]
|
|
name = "example-engine-api-access"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
# reth
|
|
reth-db = { workspace = true, features = ["op", "test-utils"] }
|
|
reth-node-builder.workspace = true
|
|
reth-optimism-node.workspace = true
|
|
reth-optimism-chainspec.workspace = true
|
|
|
|
tokio = { workspace = true, features = ["sync"] }
|