mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: move db-access example into a separate module (#7902)
This commit is contained in:
committed by
GitHub
parent
6425064d07
commit
fd46df069e
16
examples/db-access/Cargo.toml
Normal file
16
examples/db-access/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "db-access"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
|
||||
[dependencies]
|
||||
reth-db.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
|
||||
|
||||
eyre.workspace = true
|
||||
Reference in New Issue
Block a user