[package] name = "parking-desktop" version = "0.0.0" description = "Parking System — desktop kiosk shell" edition = "2021" rust-version = "1.77" # Thin Tauri v2 shell. Deliberately holds NO business logic — it loads the # @parking/web SPA and lets it talk to the local Fastify server. Device/auth/ # ledger stay server-side. See wiki/decisions/desktop-shell-tauri.md. [lib] name = "parking_desktop_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [] } serde_json = "1" # Auto-update: prompt the operator, download a signed update, relaunch. tauri-plugin-updater = "2" tauri-plugin-process = "2" [features] # Used by `tauri dev`/CLI for hot-reload of the Rust side. custom-protocol = ["tauri/custom-protocol"]