15 lines
271 B
TOML
15 lines
271 B
TOML
[package]
|
||
name = "chanlun-signal-macros"
|
||
version = "0.1.0"
|
||
edition = "2024"
|
||
license = "MIT"
|
||
description = "chanlun 信号注册 proc-macro(#[signal])"
|
||
|
||
[lib]
|
||
proc-macro = true
|
||
|
||
[dependencies]
|
||
syn = { version = "2", features = ["full"] }
|
||
quote = "1"
|
||
proc-macro2 = "1"
|