diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-16 10:01:31 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-06-16 10:01:31 +0100 |
commit | eae7274bf965505b5144eb9362eb634fcd77019a (patch) | |
tree | d95f37cf2b6a18a0985c67ade89aaee23da5e602 /examples/01-hello-world/gleam.toml | |
parent | f07188d0735808ccb313aedfd7f81889de253267 (diff) | |
download | lustre-eae7274bf965505b5144eb9362eb634fcd77019a.tar.gz lustre-eae7274bf965505b5144eb9362eb634fcd77019a.zip |
:wrench: Update deps, pin gleam_json to 1.0.1
Diffstat (limited to 'examples/01-hello-world/gleam.toml')
-rw-r--r-- | examples/01-hello-world/gleam.toml | 1 |
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" |