you saw nothing
This commit is contained in:
parent
a87d1df9ef
commit
ae6078e8a7
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
use serde::Serialize;
|
||||
use sysinfo::{CpuExt, DiskExt, NetworkExt, NetworksExt, RefreshKind, System, SystemExt};
|
||||
use tokio::sync::OnceCell;
|
||||
use sysinfo::{DiskExt, NetworkExt, NetworksExt, RefreshKind, System, SystemExt};
|
||||
|
||||
#[derive(Serialize)]
|
||||
pub struct NetworkInterface {
|
||||
|
|
Reference in a new issue