How would I build my tauri app using tauri_cli::run command?
As the title say, I’m trying to build my tauri app using a cargo build
command.
My goal was to make a mono binary using all my crates, one of them being a tauri app.
They previously all had their own binary and I made them into libs.