module_manager_derive 0.2.0

Proc macros for module manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "module_manager_derive"
version = "0.2.0"
edition = "2021"
authors = ["Papp Adam <p.adam555@proton.me>"]
repository = "https://github.com/PappAdam/module_manager"
license = "MIT"
description = "Proc macros for module manager"

[lib]
proc-macro = true

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