feat: Add Debian packaging script, enhance configuration loading with multi-path support, and enable config saving.

This commit is contained in:
Zin Bo Thit
2026-02-10 13:48:21 +06:30
parent 3bd86901f7
commit 476977dc83
6 changed files with 446 additions and 194 deletions

22
Cargo.lock generated
View File

@@ -2,17 +2,6 @@
# It is not intended for manual editing.
version = 4
[[package]]
name = "C2LInspecz"
version = "0.1.0"
dependencies = [
"eframe",
"serde",
"serde_json",
"sysinfo",
"tokio",
]
[[package]]
name = "ab_glyph"
version = "0.2.32"
@@ -507,6 +496,17 @@ version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
[[package]]
name = "c2linspecz"
version = "0.1.0"
dependencies = [
"eframe",
"serde",
"serde_json",
"sysinfo",
"tokio",
]
[[package]]
name = "calloop"
version = "0.13.0"