feat(examples): minimal viable ExEx (#7565)

Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
Alexey Shekhirin
2024-04-11 17:58:36 +01:00
committed by GitHub
parent 3ffc729833
commit 39dea65b63
4 changed files with 94 additions and 0 deletions

16
Cargo.lock generated
View File

@@ -4700,6 +4700,22 @@ dependencies = [
"unicase",
]
[[package]]
name = "minimal"
version = "0.0.0"
dependencies = [
"eyre",
"futures",
"reth",
"reth-exex",
"reth-node-api",
"reth-node-core",
"reth-node-ethereum",
"reth-primitives",
"reth-provider",
"tokio",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"