We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43242f6 commit 4fcc0f9Copy full SHA for 4fcc0f9
src-tauri/Cargo.toml
@@ -14,7 +14,7 @@ tauri-build = { version = "2", features = [] }
14
chrono = { version = "0.4.41", features = ["serde"] }
15
16
[dependencies]
17
-tauri = { version = "2", features = [] }
+tauri = { version = "2", features = ["devtools"] }
18
tauri-plugin-opener = "2"
19
tauri-plugin-shell = "2.0"
20
tauri-plugin-dialog = "2.0"
0 commit comments