rush/rush_macro/Cargo.toml

13 lines
232 B
TOML

[package]
name = "rush_macro"
version = "0.1.0"
edition = "2024"
# wait to add this until later bc Rust errors
# until it works.
#[lib]
#proc-macro = true
[dependencies]
syn = { version = "2.0.100" }
quote = { version = "1.0.40" }