singleton macro thing

This commit is contained in:
yuvlian
2026-02-14 17:55:54 +07:00
parent d16cfd2494
commit 448bbe5bda
3 changed files with 72 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
paste = "1.0.15"
serde = { version = "1.0.228", features = ["derive"] }