mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-28 00:28:20 -05:00
18 lines
315 B
TOML
18 lines
315 B
TOML
[package]
|
|
name = "example-db-access"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
reth-chainspec.workspace = true
|
|
reth-db.workspace = true
|
|
reth-primitives.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-rpc-types.workspace = true
|
|
|
|
|
|
eyre.workspace = true
|