aboutsummaryrefslogtreecommitdiff
path: root/examples/01-hello-world/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/01-hello-world/gleam.toml')
-rw-r--r--examples/01-hello-world/gleam.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/01-hello-world/gleam.toml b/examples/01-hello-world/gleam.toml
new file mode 100644
index 0000000..4368c0c
--- /dev/null
+++ b/examples/01-hello-world/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"