One-click backups for AT Protocol

fix: show dev tools in release

Turtlepaw 99d573f4 0f72711b

Changed files
+4
src-tauri
+4
src-tauri/Cargo.toml
··· 38 [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] 39 tauri-plugin-autostart = "2" 40 tauri-plugin-updater = "2"
··· 38 [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] 39 tauri-plugin-autostart = "2" 40 tauri-plugin-updater = "2" 41 + 42 + # Optimize for smaller binary size 43 + [profile.release] 44 + debug = true