[The `uv` project](https://github.com/astral-sh/uv) optionally includes a
`uvw.exe` binary, which is an alias `uv` that sets `CREATE_NO_WINDOW` on
Windows, similar to `pythonw.exe`.
The project isn't yet installable from crates.io, but in the future we'll
either use this crate directly to provide the `uvw` binary, or we'll make it a
redirect to the crate provides the binary (similar to
[`rg`](https://crates.io/crates/rg)).