Rebuilding OneNoteRescue.FastConverter.exe
===========================================

Requirements: a current Rust toolchain and the x86_64-pc-windows-gnu target.

1. Extract joplin-onenote-converter-3.6.3-source.tgz in this Source folder.
   The archive creates a folder named package.
2. Change directory to wrapper.
3. Run:

     cargo build --release --target x86_64-pc-windows-gnu

The executable is written below wrapper\target\x86_64-pc-windows-gnu\release.
The distributed executable was built from these exact sources with Rust 1.97.1.
