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