clean up unused deps

This commit is contained in:
Tickbase
2025-05-17 23:09:30 +02:00
parent ddb03f625c
commit 8ed9543da9

View File

@@ -14,7 +14,6 @@ tauri-build = { version = "2.2.0", features = [] }
[dependencies] [dependencies]
serde_json = { version = "1.0", features = ["raw_value"] } serde_json = { version = "1.0", features = ["raw_value"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
regex = "1" regex = "1"
xdg = "2" xdg = "2"
log = "0.4" log = "0.4"
@@ -31,7 +30,6 @@ tauri-plugin-shell = "2.0.0-rc"
tauri-plugin-dialog = "2.0.0-rc" tauri-plugin-dialog = "2.0.0-rc"
tauri-plugin-fs = "2.0.0-rc" tauri-plugin-fs = "2.0.0-rc"
num_cpus = "1.16.0" num_cpus = "1.16.0"
futures = "0.3.31"
[features] [features]
custom-protocol = ["tauri/custom-protocol"] custom-protocol = ["tauri/custom-protocol"]