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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/01-hello-world/gleam.toml b/examples/01-hello-world/gleam.toml
index e8efd73..6b9e4db 100644
--- a/examples/01-hello-world/gleam.toml
+++ b/examples/01-hello-world/gleam.toml
@@ -3,6 +3,7 @@ version = "1.0.0"
target = "javascript"
[dependencies]
+gleam_json = "1.0.1"
gleam_stdlib = "~> 0.36"
lustre = "~> 4.0"
lustre_ui = "~> 0.4"