summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-25 10:52:57 +0100
committerpml68 <contact@pml68.dev>2025-01-25 10:52:57 +0100
commitc6821c9c16954849cde57847f51a7e472bdf6364 (patch)
treec0aa14e862ebc8c880ee9928e704fa894b8914b7 /Cargo.toml
parentfeat: add .gitattributes files [skip ci] (diff)
downloadiced-builder-c6821c9c16954849cde57847f51a7e472bdf6364.tar.gz
refactor: get rid of Uuid, use widget::Id directly
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"