Refactor code into modular structure and add comprehensive tests

- Split main.rs into 10 focused modules for better maintainability
- Add 37 unit tests covering desktop entry, Tauri config, validation,
  Chromium backend, and app config serialization
- Update version to v0.1.1-alpha.1
This commit is contained in:
Sebastian Palencsar
2026-05-04 18:25:42 +02:00
parent 00ada512b5
commit 1fafa13e4a
12 changed files with 1629 additions and 1281 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deskify"
version = "0.1.0"
version = "0.1.1-alpha.1"
edition = "2024"
[dependencies]