mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 17:57:47 +03:00
12 lines
164 B
TOML
12 lines
164 B
TOML
[package]
|
|
name = "actix-macros"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
syn = "2.0.106"
|
|
quote = "1.0.40"
|
|
proc-macro2 = "1.0.101"
|
|
|
|
[lib]
|
|
proc-macro = true |