2026-05-23 01:17:30 +02:00
|
|
|
[package]
|
|
|
|
|
name = "geth-overlay"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-05-23 02:08:51 +02:00
|
|
|
blake3.workspace = true
|
2026-05-23 01:17:30 +02:00
|
|
|
serde.workspace = true
|
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
geth-types = { path = "../geth-types" }
|