serverkit-macros 0.2.1

Internal procedural macros for ServerKit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "serverkit-macros"
version = "0.2.1"
edition = "2024"
description = "Internal procedural macros for ServerKit"
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

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