summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-09-03 21:55:34 +0200
committerpml68 <contact@pml68.me>2024-09-22 23:55:11 +0200
commite8792ea151e0c26fd3497a09446f1b846df1c87c (patch)
tree3aed2ad399ae78fd6ead35c3d71906f0dbe31b71 /Cargo.toml
parentfeat: format children nodes into code (without props) (diff)
downloadiced-builder-e8792ea151e0c26fd3497a09446f1b846df1c87c.tar.gz
feat: finish codegen for elements **without** props
feat: wow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36eabed..301ecfe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,4 @@ iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","adva
iced_aw = { version = "0.9.3", default-features = false, features = ["menu","color_picker"] }
tokio = { version = "1.40.0", features = ["fs"] }
rust-format = "0.3.4"
+unique_id = "0.1.5"