diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d670d8f..e5e2c0c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["lib", "staticlib"] tauri-build = { version = "2", features = [] } [dependencies] -tauri = { version = "2", features = ["tray-icon"] } +tauri = { version = "2", features = ["tray-icon", "custom-protocol"] } tauri-plugin-shell = "2" tauri-plugin-notification = "2" tauri-plugin-global-shortcut = "2"