patchable 0.4.0

A trait for patching structs
Documentation
[package]
name = "patchable"
description = "A trait for patching structs"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

[lib]
path = "src/lib.rs"

[dependencies]
patchable-macro = { version = "0.4.0", path = "../patchable-macro" }
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true

[dev-dependencies]
thiserror.workspace = true