Initial commit

This commit is contained in:
2025-07-09 23:17:36 +02:00
commit f625268fca
4 changed files with 1893 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "node-notifier"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
reqwest = { version = "0.12.22", features = ["blocking", "json"] }
serde = "1.0.219"
serde_json = "1.0.140"
sysinfo = "0.35.2"