thaw/thaw_macro/Cargo.toml
2024-05-03 00:32:12 +08:00

14 lines
No EOL
258 B
TOML

[package]
name = "thaw_macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1.0.36"
syn = "2.0.60"
proc-macro2 = "1.0.81"