File `src-tauri/Cargo.toml` enables `devtools`: ``` tauri = { version = "1.6.1", features = [ ... "devtools" ]} ``` We need `devtools` for having more information during testing, but it should be disabled for builds which we ship to the end-user.
File
src-tauri/Cargo.tomlenablesdevtools:We need
devtoolsfor having more information during testing, but it should be disabled for builds which we ship to the end-user.