geth/crates/geth-discovery/Cargo.toml

15 lines
353 B
TOML

[package]
name = "geth-discovery"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[dependencies]
base64.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
hex.workspace = true
geth-crypto = { path = "../geth-crypto" }
geth-types = { path = "../geth-types" }