fix: windows ipc errors

This commit is contained in:
wonfen
2025-05-09 01:29:10 +08:00
parent 7370f00857
commit b5b65ac8c5
4 changed files with 8 additions and 10 deletions

View File

@@ -85,6 +85,7 @@ hex = "0.4.3"
runas = "=1.2.0"
deelevate = "0.2.0"
winreg = "0.55.0"
winapi = { version = "0.3", features = ["winbase", "fileapi", "winnt", "handleapi", "errhandlingapi", "minwindef", "winerror"] }
[target.'cfg(target_os = "linux")'.dependencies]
users = "0.11.0"