aboutsummaryrefslogtreecommitdiff
path: root/test-apps/options-list/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-04-16 21:57:51 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-04-16 21:57:51 +0100
commit5d5b513449017118134a32571dceba754ca1c4f5 (patch)
tree8139b9e7ddd060c178527fb1e006f3a251bddb57 /test-apps/options-list/gleam.toml
parent6c05744eda896ac89e21f8ff32116340564a4773 (diff)
downloadlustre-5d5b513449017118134a32571dceba754ca1c4f5.tar.gz
lustre-5d5b513449017118134a32571dceba754ca1c4f5.zip
:bug: Fixed a bug where the 'selected' attribute was not properly applied in the DOM.
Diffstat (limited to 'test-apps/options-list/gleam.toml')
-rw-r--r--test-apps/options-list/gleam.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-apps/options-list/gleam.toml b/test-apps/options-list/gleam.toml
new file mode 100644
index 0000000..4a824db
--- /dev/null
+++ b/test-apps/options-list/gleam.toml
@@ -0,0 +1,12 @@
+name = "app"
+version = "1.0.0"
+target = "javascript"
+
+[dependencies]
+gleam_stdlib = "~> 0.36"
+lustre = { path = "../../" }
+lustre_ui = "~> 0.4"
+
+[dev-dependencies]
+gleeunit = "~> 1.0"
+lustre_dev_tools = "~> 1.0"