8342cbfa17
War noch tauri_app_lib vom Template, muss minicloud_sync_lib heissen (wie in Cargo.toml definiert). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
7 lines
189 B
Rust
7 lines
189 B
Rust
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
fn main() {
|
|
minicloud_sync_lib::run()
|
|
}
|