added more system info

This commit is contained in:
FantasyPvP
2024-10-16 00:31:25 +01:00
parent 5e9d5f5c3b
commit d73d80ca8d
3 changed files with 68 additions and 36 deletions
Generated
+11
View File
@@ -193,6 +193,16 @@ version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "wasite"
version = "0.1.0"
@@ -486,5 +496,6 @@ version = "0.1.0"
dependencies = [
"colored",
"sysinfo",
"users",
"whoami",
]