[WIP] Working on QR Code generation, already got the local address to be displayed

This commit is contained in:
Valmo Trindade
2024-11-29 04:35:40 -03:00
parent d183c0b437
commit 522424ba7b
4 changed files with 85 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ lazy_static = "1.5.0"
log = "0.4.22"
log4rs = "1.3.0"
once_cell = "1.19.0"
qrcode = "0.14.1"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["blocking"] }
serde = { version = "1.0.210", features = ["derive"] }