From c34d1a0e9003d483752720466def696c30f705c8 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 27 Jan 2024 02:24:50 +0000 Subject: :construction: Start replacing old test examples with structured examples. --- examples/03-controlled-inputs/gleam.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/03-controlled-inputs/gleam.toml (limited to 'examples/03-controlled-inputs/gleam.toml') diff --git a/examples/03-controlled-inputs/gleam.toml b/examples/03-controlled-inputs/gleam.toml new file mode 100644 index 0000000..4368c0c --- /dev/null +++ b/examples/03-controlled-inputs/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" -- cgit v1.2.3