From 8ed9543da9cbbf3257e95bcc99ebf66d2183cc96 Mon Sep 17 00:00:00 2001 From: Tickbase Date: Sat, 17 May 2025 23:09:30 +0200 Subject: [PATCH] clean up unused deps --- src-tauri/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 52b74ff..6ef1af5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -14,7 +14,6 @@ tauri-build = { version = "2.2.0", features = [] } [dependencies] serde_json = { version = "1.0", features = ["raw_value"] } serde = { version = "1.0", features = ["derive"] } -bincode = "1.3" regex = "1" xdg = "2" log = "0.4" @@ -31,7 +30,6 @@ tauri-plugin-shell = "2.0.0-rc" tauri-plugin-dialog = "2.0.0-rc" tauri-plugin-fs = "2.0.0-rc" num_cpus = "1.16.0" -futures = "0.3.31" [features] custom-protocol = ["tauri/custom-protocol"] \ No newline at end of file