feat(api): build bingo card generation

This commit is contained in:
2025-05-11 21:03:20 +02:00
parent 385ef7d833
commit 9e231babd6
9 changed files with 183 additions and 39 deletions

View File

@ -22,4 +22,4 @@ reqwest = { version = "0.12.15", features = ["json"] }
strum = { version = "0.27.1", features = ["derive"] }
strum_macros = "0.27.1"
chrono = { version = "0.4.41", features = ["alloc"] }
async-trait = "0.1.88"
rand = "0.9.1"