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

13 lines
184 B
TOML

[package]
name = "qwer-derive"
edition = "2021"
version.workspace = true
[lib]
proc-macro = true
[dependencies]
heck = "0.5.0"
proc-macro2 = "1.0.86"
quote = "1.0.37"
syn = "2.0.79"