Initial commit: C2LInspecz Automated Diagnostic Tool

This commit is contained in:
Zin Bo Thit
2026-02-09 13:38:21 +06:30
commit 59ddfdd094
6 changed files with 4765 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "C2LInspecz"
version = "0.1.0"
edition = "2024"
[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"] }