v0.3.15-pre.005-fix.001

This commit is contained in:
2026-09-13 10:10:20 +02:00
parent b5554a9f9c
commit b8d46fbb2b
3 changed files with 144 additions and 5 deletions

View File

@@ -1,10 +1,8 @@
// file: crates/ksp-app-raw-transaction-ingest-desk/src/tauri.rs
// version: 1
// version: 2
//! Tauri runtime assembly for the KSP Raw Transaction Ingest desktop application.
use tauri::Manager; // rust-rules: trait-import
/// Runs the Raw Transaction Ingest desktop application.
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run(arguments: &[std::ffi::OsString]) -> ksp_core_lib::Result<()> {