refactor: move business logic into app
* also move all at directory root crate * all actors are into lib directory * formatter is into system_monitor now
This commit is contained in:
7
lib/actors/system_monitor/Cargo.toml
Normal file
7
lib/actors/system_monitor/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "system_monitor"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
sysinfo = "0.35.2"
|
||||
Reference in New Issue
Block a user