wip
This commit is contained in:
@@ -8,5 +8,22 @@ 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"
|
||||
discord_client = { path = "../discord_client" }
|
||||
system_monitor = { path = "../system_monitor" }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
||||
[[example]]
|
||||
name = "basic_monitoring"
|
||||
path = "../examples/basic_monitoring.rs"
|
||||
|
||||
[[example]]
|
||||
name = "custom_thresholds"
|
||||
path = "../examples/custom_thresholds.rs"
|
||||
|
||||
[[example]]
|
||||
name = "discord_notifications"
|
||||
path = "../examples/discord_notifications.rs"
|
||||
|
||||
[[example]]
|
||||
name = "continuous_monitoring"
|
||||
path = "../examples/continuous_monitoring.rs"
|
||||
|
||||
Reference in New Issue
Block a user