libhotpatch-macros 0.1.0

Proc macros for libhotpatch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "libhotpatch-macros"
version = "0.1.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"