mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com> Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com> Co-authored-by: joshieDo <ranriver@protonmail.com> Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me> Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
44 lines
896 B
TOML
44 lines
896 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
|
|
|
|
jemallocator = { version = "0.5.0", features = ["profiling"] }
|
|
|
|
[[example]]
|
|
name = "db-access"
|
|
path = "db-access.rs"
|
|
|
|
[[example]]
|
|
name = "network"
|
|
path = "network.rs"
|
|
|
|
[[example]]
|
|
name = "network-txpool"
|
|
path = "network-txpool.rs"
|
|
|