No description
Find a file
Shadowbee27 7d96d889ec
Switch barcode flow to blocking IO and bump deps
Convert barcode types to i64 and add a manual input field. Remove the
tokio Runtime and use reqwest::blocking for Google Books. Adjust serial
handling (Sender<i64>, added logging, shorter recv timeout, clear port
on disconnect, and faster UI repaint to prevent "app not responding").
Bump reqwest to 0.13.1, serde_json to 1.0.148 and update Cargo.lock with
required TLS/quinn deps.
2025-12-31 16:36:23 +01:00
src Switch barcode flow to blocking IO and bump deps 2025-12-31 16:36:23 +01:00
.gitignore Added Base Code 2025-12-20 22:22:45 +01:00
Cargo.lock Switch barcode flow to blocking IO and bump deps 2025-12-31 16:36:23 +01:00
Cargo.toml Switch barcode flow to blocking IO and bump deps 2025-12-31 16:36:23 +01:00
LISENSE Refactor app into module and add bookdata 2025-12-22 20:34:38 +01:00