This commit is contained in:
nora 2025-02-01 14:37:46 +01:00
parent 091e833acf
commit dc6ef2108d
17 changed files with 221 additions and 39 deletions

View file

@ -10,3 +10,6 @@ memmap2 = "0.9.5"
[target.'cfg(windows)'.dependencies]
windows = { version = "0.59.0", features = ["Win32_System_Memory", "Win32_Security", "Win32_System_SystemInformation"] }
[target.'cfg(unix)'.dependencies]
libc = "0.2.169"