Files
nanoreth/examples/db-access/Cargo.toml
2024-09-05 15:17:28 +00:00

20 lines
384 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
reth-node-ethereum.workspace = true
reth-node-types.workspace = true
eyre.workspace = true