Add implementation for linux systems

This commit is contained in:
Albert24GG
2024-02-25 23:37:56 +02:00
parent 1e91adc720
commit 75492a30d6
3 changed files with 130 additions and 5 deletions

View File

@@ -30,5 +30,8 @@ features = [
"Win32_System_Threading",
]
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.16.0"
[profile.release]
strip = true