From 6ef95d9298895fa875a08f072ab1f135bd109793 Mon Sep 17 00:00:00 2001 From: CJ Pais Date: Thu, 10 Jul 2025 12:39:43 -0700 Subject: [PATCH] Update Cargo.toml --- src-tauri/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 46c4918..6882cbb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -69,5 +69,3 @@ tauri-plugin-autostart = "2" tauri-plugin-global-shortcut = "2" tauri-plugin-single-instance = "2" tauri-plugin-updater = "2" - -once_cell = "1"