beautiful proc macro

This commit is contained in:
Rakarake 2025-11-30 18:57:32 +01:00
parent 9b822cedc8
commit f2a4de9bd9
6 changed files with 70 additions and 29 deletions

View file

@ -1,3 +1,7 @@
[workspace]
members = [ "aoc2024" ]
members = [ "aoc2024" , "gendays"]
resolver = "3"
[workspace.dependencies]
gendays = { path = "gendays" }