add thiserror to Cargo.toml

This commit is contained in:
Akarshan Biswas 2025-05-07 09:23:13 +05:30 committed by Louis
parent 5c9e8dce76
commit f5b5596306
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -61,3 +61,4 @@ libc = "0.2.172"
tauri-plugin-updater = "2" tauri-plugin-updater = "2"
once_cell = "1.18" once_cell = "1.18"
tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] } tauri-plugin-single-instance = { version = "2.0.0", features = ["deep-link"] }
thiserror = "2.0.12"