quoth-macros 0.2.0

support macros for quoth
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "quoth-macros"
version = "0.2.0"
edition = "2024"
authors = ["sam0x17"]
description = "support macros for quoth"
license = "MIT"
homepage = "https://github.com/sam0x17/quoth"
repository = "https://github.com/sam0x17/quoth"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
syn = { version = "2", features = ["full"] }
quote = "1"