mvrocketlib-macro 1.1.4

The proc macro crate for the MVRocketLib library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mvrocketlib-macro"
version = "1.1.4"
edition = "2021"
authors = [
    "Maxim Savenkov"
]
license-file = "LICENSE"
description = "The proc macro crate for the MVRocketLib library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
quote = "1.0.33"
syn = { version = "2.0.37", features = ["full"] }