wilde jagd nach der library

This commit is contained in:
2025-08-09 17:41:31 +02:00
parent f777221405
commit a8cfbbf766
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ use std::error::Error;
pub(crate) mod cpu;
pub(crate) mod disk;
pub(crate) mod gpu;
pub mod gpu;
pub(crate) mod memory;
pub(crate) mod network;

View File

@@ -6,6 +6,7 @@ mod hardware;
mod metrics;
mod models;
use crate::hardware::gpu;
use anyhow::Result;
use std::error::Error;