chore: remove unused Rust dependencies (#3492)

This commit is contained in:
Alejandro González
2025-04-12 17:42:45 +02:00
committed by GitHub
parent 8ad5e011ca
commit 487bdd1e48
7 changed files with 224 additions and 752 deletions

View File

@@ -28,12 +28,9 @@ tauri-plugin-single-instance = { version = "2.2.0" }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"
futures = "0.3"
daedalus = { path = "../../packages/daedalus" }
chrono = "0.4.26"
dirs = "5.0.1"
url = "2.2"
uuid = { version = "1.1", features = ["serde", "v4"] }
os_info = "3.7.0"
@@ -41,9 +38,6 @@ os_info = "3.7.0"
tracing = "0.1.37"
tracing-error = "0.2.0"
lazy_static = "1"
once_cell = "1"
dashmap = "6.0.1"
paste = "1.0.15"