Files
C2LInspecz/Cargo.toml

23 lines
647 B
TOML

[package]
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"
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 = "2026, Code2Lab"
license-file = ["C2LInspecz.md", "0"]
assets = [
["target/release/c2linspecz", "/usr/bin/c2linspecz", "755"],
["config.json", "/etc/c2linspecz/config.json", "644"]
]