monolith_macro_utils 0.5.0

Monolith is a framework based on tokio and bevy.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "monolith_macro_utils"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Monolith is a framework based on tokio and bevy."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "monolith_macro_utils"
readme = false
repository = "https://github.com/yunfengzh/monolith"
rust-version = "1.91"
version = "0.5.0"