farmfe_macro_plugin 2.0.0

macro for farm plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "farmfe_macro_plugin"
version = "2.0.0"
edition = "2021"
license = "MIT"
description = "macro for farm plugins"
homepage = "https://farmfe.org"
repository = "https://github.com/farm-fe/farm"
readme = "README.md"

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

[lib]
proc-macro = true