[package]
name = "variable-wire"
description = "Binary wire format encoding and decoding for Variable snapshots"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme = "../README.md"
[dependencies]
variable-core = { path = "../variable-core", version = "0.1.2" }
thiserror = { workspace = true }