geth/crates/geth-document/Cargo.toml

15 lines
340 B
TOML

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