mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
13 lines
252 B
TOML
13 lines
252 B
TOML
[package]
|
|
name = "example-db-access"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
reth-ethereum = { workspace = true, features = ["node"] }
|
|
alloy-primitives.workspace = true
|
|
|
|
eyre.workspace = true
|