mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
12 lines
215 B
TOML
12 lines
215 B
TOML
[package]
|
|
name = "example-op-db-access"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-op = { workspace = true, features = ["node"] }
|
|
|
|
eyre.workspace = true
|