quoth-macros 0.2.0

support macros for quoth
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[lib]
name = "quoth_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["sam0x17"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "support macros for quoth"
edition = "2024"
homepage = "https://github.com/sam0x17/quoth"
license = "MIT"
name = "quoth-macros"
readme = "README.md"
repository = "https://github.com/sam0x17/quoth"
version = "0.2.0"