feat: Add Debian packaging script, enhance configuration loading with multi-path support, and enable config saving.
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -1,7 +1,9 @@
|
||||
[package]
|
||||
name = "C2LInspecz"
|
||||
name = "c2linspecz"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Code2Lab Team <support@code2lab.com>"]
|
||||
description = "Automated POS Diagnostic & Health Monitoring Tool"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.33.3"
|
||||
@@ -9,3 +11,12 @@ serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.149"
|
||||
sysinfo = "0.38.0"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "Code2Lab support <support@code2lab.com>"
|
||||
copyright = "2024, Code2Lab"
|
||||
license-file = ["C2LInspecz.md", "0"]
|
||||
assets = [
|
||||
["target/release/c2linspecz", "/usr/bin/c2linspecz", "755"],
|
||||
["config.json", "/etc/c2linspecz/config.json", "644"]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user