added libs to find installed libs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
//use anyhow::Result;
|
||||
use std::error::Error;
|
||||
|
||||
mod cpu;
|
||||
mod disk;
|
||||
mod gpu;
|
||||
mod memory;
|
||||
pub(crate) mod cpu;
|
||||
pub(crate) mod disk;
|
||||
pub(crate) mod gpu;
|
||||
pub(crate) mod memory;
|
||||
pub(crate) mod network;
|
||||
|
||||
pub use cpu::get_cpu_info;
|
||||
|
Reference in New Issue
Block a user