touhou-reimpl/macros/Cargo.toml

13 lines
207 B
TOML
Raw Permalink Normal View History

[package]
name = "macros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = "2.0.72"
2025-01-26 03:34:55 -05:00
truth = { git = "https://github.com/ExpHP/truth" }