aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index d2fb7171..39fd946f 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -34,6 +34,8 @@ powershell_script = "1.0.4"
regex = "1.6.0"
# Read out running application process names
sysinfo = "0.26.2"
+# HTTP requests
+reqwest = { version = "0.11", features = ["blocking"] }
[features]
# by default Tauri runs in production mode