Create bundle command
Creates a wrapper around the tauri-bundle library to allow first party bundling for Dioxus. The tarui bundle library is more complete than the cargo-bundle library. Windows support is more stable and more targets are supported.
- [x] Docs for the CLI
- [x] Test bundling Windows
This has only been tested on windows but it should support MacOs and Linux as well. Testing for other platforms is needed.
Tooshel tried bundling on MacOS and got an error:

I don't have access to a macOS device to debug the underlying issue here
should probably add --feature propagation analogous to #122 #130
... might warrant some code unification for arguments passing, since every change now has to be made three times (at least, haven't checked)
MacOS is blocked by https://github.com/tauri-apps/tauri/issues/3055