Added UUID

And fixed up the fact the promo types are optionally null/not there/empty/full
This commit is contained in:
2025-02-04 22:40:51 +00:00
parent 2dd4f3d696
commit f576fe6cc8
2 changed files with 26 additions and 9 deletions

View File

@@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.138"
uuid = { version = "1.12.1", features = ["v4", "serde"] }