From 594fe30f751f0ef67617931b1672290f0ab511a0 Mon Sep 17 00:00:00 2001 From: Gian Zellweger <97334144+gianzellweger@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:08:00 +0100 Subject: [PATCH] Remove enigo because it isn't needed anymore :poof: --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92d6823..ed97612 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ tauri-build = "1.5.1" argon2 = "0.5.2" clap = { version = "4.4.3", features = ["derive"] } colored = "2.0.4" -enigo = "0.1.3" fastrand = "2.0.0" geocoding = "0.4.0" geolocation = "0.2.1"