diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 21:19:11 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-31 21:19:11 +0100 |
commit | 2514ca0272a3b5270915b1ee9e48a9c4244b2749 (patch) | |
tree | a328a236b14f0c0cfa01c3d15059935af9b19e14 /test-apps/svg/gleam.toml | |
parent | 3aa3500ed177cbd5b0ab5b4b68a8a45aee4e56d2 (diff) | |
download | lustre-2514ca0272a3b5270915b1ee9e48a9c4244b2749.tar.gz lustre-2514ca0272a3b5270915b1ee9e48a9c4244b2749.zip |
:alembic: Create a collection of test apps to cover previously reported bugs.
Diffstat (limited to 'test-apps/svg/gleam.toml')
-rw-r--r-- | test-apps/svg/gleam.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test-apps/svg/gleam.toml b/test-apps/svg/gleam.toml new file mode 100644 index 0000000..4a824db --- /dev/null +++ b/test-apps/svg/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" |