From 504c1bc00e9d27a3df9a300ba2ebd8aa9efbb3ab Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 11 Sep 2022 00:32:55 +0200 Subject: Check if Origin is running --- src-tauri/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-tauri/Cargo.toml') diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index bc0ec64e..8a10374c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -32,6 +32,8 @@ zip = "0.6.2" powershell_script = "1.0.4" # Regex regex = "1.6.0" +# Read out running application process names +sysinfo = "0.26.2" [features] # by default Tauri runs in production mode -- cgit v1.2.3