Files
nanoreth/examples/Cargo.toml
Alexey Shekhirin 3ffc729833 feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
2024-04-11 16:38:03 +00:00

40 lines
830 B
TOML

[package]
name = "examples"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dev-dependencies]
reth-primitives.workspace = true
reth-db.workspace = true
reth-provider.workspace = true
reth-rpc-builder.workspace = true
reth-rpc-types.workspace = true
reth-rpc-types-compat.workspace = true
reth-revm.workspace = true
reth-blockchain-tree.workspace = true
reth-beacon-consensus.workspace = true
reth-network-api.workspace = true
reth-network.workspace = true
reth-transaction-pool.workspace = true
reth-tasks.workspace = true
eyre.workspace = true
futures.workspace = true
async-trait.workspace = true
tokio.workspace = true
[[example]]
name = "db-access"
path = "db-access.rs"
[[example]]
name = "network"
path = "network.rs"
[[example]]
name = "network-txpool"
path = "network-txpool.rs"