From e68be4621a154c1c3d533ab160b29cbb404e50fe Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 31 Jan 2024 22:20:46 +0000 Subject: :construction: Start writing an example for custom effects. --- examples/06-custom-effects/gleam.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/06-custom-effects/gleam.toml (limited to 'examples/06-custom-effects/gleam.toml') diff --git a/examples/06-custom-effects/gleam.toml b/examples/06-custom-effects/gleam.toml new file mode 100644 index 0000000..b84e394 --- /dev/null +++ b/examples/06-custom-effects/gleam.toml @@ -0,0 +1,12 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.34 or ~> 1.0" +lustre = { path = "../../" } +lustre_ui = "~> 0.3" +lustre_http = "~> 0.4" + +[dev-dependencies] +gleeunit = "~> 1.0" -- cgit v1.2.3