add clean memory
This commit is contained in:
@@ -25,4 +25,14 @@ serde_json = "1"
|
||||
chrono = "0.4.44"
|
||||
walkdir = "2.5.0"
|
||||
jwalk = "0.8.1"
|
||||
sysinfo = "0.33.1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
windows-sys = { version = "0.59", features = [
|
||||
"Win32_System_Memory",
|
||||
"Win32_Foundation",
|
||||
"Win32_System_ProcessStatus",
|
||||
"Win32_System_Threading",
|
||||
"Win32_Security",
|
||||
"Win32_System_SystemInformation"
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user