Initial commit: Veritas NFC Tool (Smartcard & NFC Reader GUI Utility)

This commit is contained in:
2026-07-28 20:46:51 +02:00
commit 1ed16d8e4a
11 changed files with 7351 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "nfc_tool"
version = "0.1.0"
edition = "2021"
[dependencies]
pcsc = "2.8"
eframe = "0.28"
egui = "0.28"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
hex = "0.4"
anyhow = "1.0"
chrono = "0.4"
rfd = "0.14"