add reward card feature with barcodes

This commit is contained in:
2026-08-08 15:55:18 -04:00
parent ab46e63bf0
commit 975cf38170
13 changed files with 771 additions and 11 deletions
Generated
+7
View File
@@ -116,6 +116,12 @@ dependencies = [
"tracing",
]
[[package]]
name = "barcoders"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3826fb6e98ec72c0c0db8c9a40af4932d16793021027469857e84c1b50a1e8f"
[[package]]
name = "base64"
version = "0.13.1"
@@ -1777,6 +1783,7 @@ dependencies = [
"argon2",
"async-trait",
"axum",
"barcoders",
"base64 0.22.1",
"futures-util",
"hex",