Skip to content

Commit

Permalink
remove procfs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Mar 5, 2024
1 parent 4a0af01 commit 92939f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ edition = "2021"
#[target.'cfg(target_os = "windows")'.dependencies]
#windows = { version = "0.53.0", features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"] }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.16.0"
once_cell = "1.19.0"
rustix = {version = "0.38.31", features = ["fs"]}

0 comments on commit 92939f0

Please sign in to comment.