aboutsummaryrefslogtreecommitdiff
path: root/test-apps/no-keyed-diff/gleam.toml
diff options
context:
space:
mode:
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"