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/yanagi-proto/yanagi-proto-derive/Cargo.toml
2024-11-25 02:17:19 +03:00

12 lines
170 B
TOML

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