This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/protocol/protocol-macros/Cargo.toml
2024-11-25 02:17:19 +03:00

12 lines
166 B
TOML

[package]
name = "protocol-macros"
version = "0.1.0"
edition = "2021"
[dependencies]
syn = "2.0.53"
quote = "1.0.35"
proc-macro2 = "1.0.79"
[lib]
proc-macro = true