Initial commit: Veritas NFC Tool (Smartcard & NFC Reader GUI Utility)
This commit is contained in:
+15
@@ -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"
|
||||
Reference in New Issue
Block a user