Files
nanoreth/examples/db-access/Cargo.toml
Matthias Seitz 332cce1f9b feat: add header AT to provider (#13030)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
2024-12-02 13:24:48 +00:00

23 lines
457 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-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