mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
22 lines
495 B
TOML
22 lines
495 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-primitives-traits.workspace = true
|
|
reth-provider.workspace = true
|
|
reth-node-ethereum.workspace = true
|
|
reth-node-types.workspace = true
|
|
|
|
alloy-consensus.workspace = true
|
|
alloy-rpc-types-eth.workspace = true
|
|
alloy-primitives.workspace = true
|
|
|
|
eyre.workspace = true
|