cset-derive 0.1.1

Fine-grained and reversible struct transactions
Documentation
[package]
name = "cset-derive"
version = "0.1.1"
edition = "2021"
description = "Fine-grained and reversible struct transactions"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickdbush/cset"
readme = "../README.md"
categories = ["data-structures"]
keywords = ["undo", "history", "track"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "1"

[lib]
proc-macro = true