summaryrefslogtreecommitdiff
path: root/iced_builder/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-28 00:46:11 +0100
committerpml68 <contact@pml68.dev>2024-12-28 00:53:21 +0100
commit714ab9d4376fe890f269e47493691518a4e96289 (patch)
tree376fd1cbeb85091c0447502d91e9ec68439747d6 /iced_builder/Cargo.toml
parentMerge pull request #4 from pml68/feat/playground (diff)
downloadiced-builder-714ab9d4376fe890f269e47493691518a4e96289.tar.gz
refactor!: switch to `uuid` for uuid generation
Existing project files can only be opened after deleting all ids
Diffstat (limited to '')
-rw-r--r--iced_builder/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml
index a1b41cc..c2437ec 100644
--- a/iced_builder/Cargo.toml
+++ b/iced_builder/Cargo.toml
@@ -18,7 +18,7 @@ serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["fs"] }
rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] }
rust-format = "0.3.4"
-blob-uuid = "0.5.0"
+uuid = { version = "1.11.0", features = ["v4", "serde"] }
thiserror = "2.0.6"
[build-dependencies]