aboutsummaryrefslogtreecommitdiff
path: root/test-apps/no-keyed-diff/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-04-06 19:21:03 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-04-06 19:21:03 +0100
commitcd9087813aecf646e7aba1994b94d5baca02d383 (patch)
tree9ad860751e17972945a9d1811f916f0348211d5a /test-apps/no-keyed-diff/gleam.toml
parente4b3ebd1264dfe94fbf91393dd2f04b14358952a (diff)
downloadlustre-cd9087813aecf646e7aba1994b94d5baca02d383.tar.gz
lustre-cd9087813aecf646e7aba1994b94d5baca02d383.zip
:wrench: Update test apps.
Diffstat (limited to 'test-apps/no-keyed-diff/gleam.toml')
-rw-r--r--test-apps/no-keyed-diff/gleam.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-apps/no-keyed-diff/gleam.toml b/test-apps/no-keyed-diff/gleam.toml
new file mode 100644
index 0000000..4a824db
--- /dev/null
+++ b/test-apps/no-keyed-diff/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"