trying different stöff

This commit is contained in:
2025-08-09 17:52:01 +02:00
parent a8cfbbf766
commit cfd9fef3e9
6 changed files with 17 additions and 21 deletions

View File

@@ -1,11 +1,11 @@
//use anyhow::Result;
use std::error::Error;
pub(crate) mod cpu;
pub(crate) mod disk;
pub mod cpu;
pub mod disk;
pub mod gpu;
pub(crate) mod memory;
pub(crate) mod network;
pub mod memory;
pub mod network;
pub use cpu::get_cpu_info;
pub use disk::get_disk_info;