vert-macros 0.1.1

Vert Macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "vert-macros"
version = "0.1.1"
description = "Vert Macros"
edition = "2021"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["extra-traits", "full"] }
quote = "1.0"
proc-macro2 = "1.0"