Tauri build fix; three latent v0.2.0 scaffold bugs caught and fixed
First npm run tauri dev surfaced three bugs: missing Manager import, missing RGBA icons, stream not declared before append. All fixed and build verified end-to-end. UP-001 ARM phase now complete — Fossic upgraded pre-flight to pass.
v0.2.1u2026-06-14
·src-tauri/src/lib.rs: use tauri::Manager; added (compilation)