diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7068ffba6..04843c1a9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -61,3 +61,4 @@ libc = "0.2.172" tauri-plugin-updater = "2" once_cell = "1.18" tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] } +thiserror = "2.0.12"