Run the Tauri example
mainTo run the Tauri example, you need to install the tauri-cli and trunk tools, build the frontend using trunk, and then start the Tauri development environment.
$ cargo install tauri-cli
$ cargo install trunk
$ trunk build
$ cargo tauri dev