rush/rush_macro/Cargo.toml
Rowan Torbitzky-Lane d697e14173
Some checks failed
/ Test-Suite (push) Failing after 20s
Incomplete, will change all this code later
2025-04-17 01:26:05 -05:00

13 lines
225 B
TOML

[package]
name = "rush_macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0.100", features = ["full"] }
quote = { version = "1.0.40" }
proc-macro2 = { version = "1.0.95" }