Add dependencies for elevation

This commit is contained in:
KingRainbow44
2022-06-06 00:00:25 -04:00
parent 8327a16595
commit 2007157e4c
2 changed files with 100 additions and 2 deletions

View File

@@ -16,9 +16,9 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
[dependencies]
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
tauri = { version = "1.0.0-rc.9", features = ["api-all", "updater"] }
# For process info
# Access system process info.
sysinfo = "0.23.12"
# ZIP-archive library.
@@ -38,6 +38,10 @@ open = "2.1.2"
serde_json = "1"
base64 = "0.13.0"
# System process elevation.
is_elevated = "0.1.2"
runas = "0.2.1"
# Dependencies for the HTTP(S) proxy.
http = "0.2"
hudsucker = "0.17.2"