action_dispatch_macro 0.1.0

通用的基于属性宏的 Action 注册与分发系统
Documentation
[package]
name = "action_dispatch_macro"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description.workspace = true
keywords.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true }
quote = { workspace = true }
proc-macro2 = { workspace = true }