libhotpatch-macros 0.2.0

Proc macros for libhotpatch
Documentation
[package]
name = "libhotpatch-macros"
version = "0.2.0"
edition.workspace = true
authors.workspace = true
description = "Proc macros for libhotpatch"
repository.workspace = true
license.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0.110", features = ["full"] }
quote = "1.0.42"
proc-macro2 = "1.0.103"

[features]
checked = []