Improved Network info

This commit is contained in:
2024-05-26 18:22:48 +01:00
parent a0fd3ada07
commit 559aac0994
6 changed files with 43 additions and 18 deletions

10
Cargo.lock generated
View File

@@ -1160,6 +1160,7 @@ dependencies = [
"serde",
"sysinfo",
"tokio",
"vnstat_parse",
]
[[package]]
@@ -2600,6 +2601,15 @@ version = "0.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314"
[[package]]
name = "vnstat_parse"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75334377a2918b45b5b8da023080375a4ec0aa04b0bc88f896ea93cf4b32feff"
dependencies = [
"serde",
]
[[package]]
name = "walkdir"
version = "2.5.0"