mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-15 22:05:55 +08:00
12 lines
188 B
TOML
12 lines
188 B
TOML
[package]
|
|
name = "event_macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["full"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|