diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-06 19:21:03 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-06 19:21:41 +0100 |
commit | db3bdde625993d4733216d87d14f58ab8cbfb161 (patch) | |
tree | 2bd5b7600f4310adad52993cdb18acd80ca3230a /test-apps/no-keyed-diff/gleam.toml | |
parent | 5c11037c17263d980a494e2ed5f08c45a5f3ea09 (diff) | |
download | lustre-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.toml | 12 |
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" |