added lib

This commit is contained in:
2025-07-29 21:29:34 +02:00
parent 43ac3c4d1a
commit 44cbeb2c27

View File

@@ -1,6 +1,6 @@
use chrono::Utc;
use nvml_wrapper::Nvml;
use reqwest::Client;
use reqwest::{Client, StatusCode};
use serde::{Deserialize, Serialize};
use std::{error::Error, fs, process::Command, time::Duration};
use sysinfo::{CpuExt, DiskExt, System, SystemExt};