[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 = { workspace = true }
thiserror = { workspace = true }