rush/rush_macro/Cargo.toml
Rowan Torbitzky-Lane c66d35b980
Some checks failed
/ Test-Suite (push) Failing after 19s
I truly want proc macros this time
2025-04-16 21:57:33 -05:00

10 lines
179 B
TOML

[package]
name = "rush_macro"
version = "0.1.0"
edition = "2024"
[dependencies]
syn = { version = "2.0.100" }
quote = { version = "1.0.40" }
proc_macro2 = { version = "1.0.95" }