diff options
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |