feat: implement CLI interface for headless profiling and report viewing

This commit is contained in:
2026-02-23 01:35:16 +01:00
parent 47452d9330
commit e6c5adca5e
4 changed files with 197 additions and 99 deletions

View File

@@ -18,3 +18,4 @@ sysinfo = "0.38.2"
tauri = "2.10.2"
tokio = { version = "1.49.0", features = ["full"] }
rayon = "1.10"
clap = { version = "4.5", features = ["derive"] }