diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:22:11 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:22:11 +0000 |
commit | 49d826a4a7b3a0d309325f1e9838b372b9860cba (patch) | |
tree | 56c84b706a04d90f9114354bd14b4df913a5b583 /examples/04-custom-event-handlers/gleam.toml | |
parent | 447f12f3c4265fb4220cb70425b055101681ca56 (diff) | |
download | lustre-49d826a4a7b3a0d309325f1e9838b372b9860cba.tar.gz lustre-49d826a4a7b3a0d309325f1e9838b372b9860cba.zip |
:construction: Scaffold a custom event handler example.
Diffstat (limited to 'examples/04-custom-event-handlers/gleam.toml')
-rw-r--r-- | examples/04-custom-event-handlers/gleam.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/04-custom-event-handlers/gleam.toml b/examples/04-custom-event-handlers/gleam.toml new file mode 100644 index 0000000..4368c0c --- /dev/null +++ b/examples/04-custom-event-handlers/gleam.toml @@ -0,0 +1,11 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.34 or ~> 1.0" +lustre = { path = "../../" } +lustre_ui = "~> 0.3" + +[dev-dependencies] +gleeunit = "~> 1.0" |