add reward card feature with barcodes
This commit is contained in:
Generated
+7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user