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:
2025-08-09 13:52:38 +02:00
parent 3bb8f39e34
commit 985ee54669
15 changed files with 67 additions and 68 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "node-notifier"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
discord_client = { path = "lib/actors/discord_client" }
system_monitor = { path = "lib/actors/system_monitor" }