diff options
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r-- | examples/05-http-requests/gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml index 944666c..518d327 100644 --- a/examples/05-http-requests/gleam.toml +++ b/examples/05-http-requests/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" |