diff options
Diffstat (limited to 'examples/03-controlled-inputs/gleam.toml')
-rw-r--r-- | examples/03-controlled-inputs/gleam.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |