From c6821c9c16954849cde57847f51a7e472bdf6364 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 25 Jan 2025 10:52:57 +0100 Subject: refactor: get rid of Uuid, use widget::Id directly --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f83f3c8..3552c1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ tokio = { version = "1.42", features = ["fs"] } tokio-stream = { version = "0.1", features = ["fs"] } rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] } rust-format = "0.3.4" -uuid = { version = "1.11.0", features = ["v4", "serde"] } fxhash = "0.2.1" thiserror = "2.0.9" dirs-next = "2.0.0" -- cgit v1.2.3