Enable long path support on Windows
masterFor MSVC builds on Windows, ripgrep is configured to be longPathAware. This allows the tool to handle file paths that exceed the standard 260-character limit (e.g., paths starting with C:\ that are longer than 260 characters).
This setting is applied via a Windows manifest that is linked into the final binary during the build process using build.rs.