diff options
Diffstat (limited to 'examples/input/gleam.toml')
-rw-r--r-- | examples/input/gleam.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/input/gleam.toml b/examples/input/gleam.toml new file mode 100644 index 0000000..5d891e8 --- /dev/null +++ b/examples/input/gleam.toml @@ -0,0 +1,7 @@ +name = "input" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.34" +lustre = { path = "../../" }
\ No newline at end of file |