mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
* fix: Add lint and remove all unwraps from lib.rs Signed-off-by: quexeky <git@quexeky.dev> * chore: Remove all unwraps from util.rs and add state_lock macro Signed-off-by: quexeky <git@quexeky.dev> * chore: Add CacheError and remove unwraps from fetch_object Signed-off-by: quexeky <git@quexeky.dev> * chore: Remove unwraps from fetch_object and server_proto Signed-off-by: quexeky <git@quexeky.dev> * chore: Remove unwraps from auth.rs Signed-off-by: quexeky <git@quexeky.dev> * chore: Remove unwraps from process_handlers Signed-off-by: quexeky <git@quexeky.dev> * chore: Clippy unwrap linting Signed-off-by: quexeky <git@quexeky.dev> * chore: Remove lint Because not everything is actually resolved yet: will be resolved with a restructure of the library Signed-off-by: quexeky <git@quexeky.dev> * chore: Make the rest of clippy happy Signed-off-by: quexeky <git@quexeky.dev> * fix: Send download signal instead of triggering self.on_error Signed-off-by: quexeky <git@quexeky.dev> * fix: Corrupted state should panic Signed-off-by: quexeky <git@quexeky.dev> * fix: Use debug instead of display for specific errors Signed-off-by: quexeky <git@quexeky.dev> * fix: Settings now log error instead of panicking Signed-off-by: quexeky <git@quexeky.dev> --------- Signed-off-by: quexeky <git@quexeky.dev>
24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"name": "drop-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node ./build.mjs",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.7.0",
|
|
"@tauri-apps/plugin-deep-link": "^2.4.1",
|
|
"@tauri-apps/plugin-dialog": "^2.3.2",
|
|
"@tauri-apps/plugin-opener": "^2.4.0",
|
|
"@tauri-apps/plugin-os": "^2.3.0",
|
|
"@tauri-apps/plugin-shell": "^2.3.0",
|
|
"pino": "^9.7.0",
|
|
"pino-pretty": "^13.1.1",
|
|
"tauri": "^0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.7.1"
|
|
}
|
|
}
|