implement card model

This commit is contained in:
2026-08-18 20:51:19 +00:00
parent b55b444db4
commit 68250b2924
5 changed files with 82 additions and 29 deletions
+1
View File
@@ -43,6 +43,7 @@ embedded-graphics-core = "0.4.1"
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
pn532 = "0.5.0"
ndef = "0.5.0"
num_enum = { version = "0.7.6", default-features = false }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.dev]