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:41 +0100
commitdb3bdde625993d4733216d87d14f58ab8cbfb161 (patch)
tree2bd5b7600f4310adad52993cdb18acd80ca3230a /test-apps/no-keyed-diff/gleam.toml
parent5c11037c17263d980a494e2ed5f08c45a5f3ea09 (diff)
downloadlustre-db3bdde625993d4733216d87d14f58ab8cbfb161.tar.gz
lustre-db3bdde625993d4733216d87d14f58ab8cbfb161.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"