e0cf5f1381
- PWA: manifest.webmanifest + Icons (192/512/180px) + Apple-Touch-Meta-Tags → Web-App lässt sich auf Homebildschirm hinzufügen (iOS/Android) - Desktop: user-select:none global + contextmenu blockiert - BackendChoice: lokaler Modus als Testmodus mit TEST-Badge und Warnung Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
735 B
TOML
Executable File
28 lines
735 B
TOML
Executable File
[package]
|
|
name = "rapport"
|
|
version = "0.8.3"
|
|
description = "Rapport — Studio-Management für Architekturbüros"
|
|
authors = ["Karim Gabriele Varano <karim@gabrielevarano.ch>"]
|
|
license = "AGPL-3.0-or-later"
|
|
repository = ""
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
name = "app_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.6", features = [] }
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
log = "0.4"
|
|
tauri = { version = "2.10.3", features = ["tray-icon"] }
|
|
tauri-plugin-log = "2"
|
|
tauri-plugin-updater = "2"
|
|
tauri-plugin-process = "2"
|