From d43054322a5d3bbc51aa69e405b4e0f0cd326ac1 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 10 Jul 2025 14:26:28 +0100 Subject: [PATCH] Enable dev tools --- frontend/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index c09d1455b..84ae5555c 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -21,7 +21,7 @@ tauri-build = { version = "2.2.0", features = [] } serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } log = "0.4" -tauri = { version = "2.5.0", features = [] } +tauri = { version = "2.5.0", features = ["devtools"] } tauri-plugin-log = "2.0.0-rc" tauri-plugin-shell = "2.1.0" tauri-plugin-fs = "2.0.0"