diff options
Diffstat (limited to 'test-apps/vdom-test-templates/gleam.toml')
-rw-r--r-- | test-apps/vdom-test-templates/gleam.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-apps/vdom-test-templates/gleam.toml b/test-apps/vdom-test-templates/gleam.toml new file mode 100644 index 0000000..24c306c --- /dev/null +++ b/test-apps/vdom-test-templates/gleam.toml @@ -0,0 +1,7 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.36" +lustre = { path = "../../" } |