diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:22:27 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:22:27 +0000 |
commit | 592230b11d2eda076dc12878c0885226b7361ad4 (patch) | |
tree | f97127940c36f132cb4e68eead8a78606964ad03 /examples/05-http-requests/gleam.toml | |
parent | 49d826a4a7b3a0d309325f1e9838b372b9860cba (diff) | |
download | lustre-592230b11d2eda076dc12878c0885226b7361ad4.tar.gz lustre-592230b11d2eda076dc12878c0885226b7361ad4.zip |
:construction: Scaffold an example using lustre_http.
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r-- | examples/05-http-requests/gleam.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml new file mode 100644 index 0000000..0937229 --- /dev/null +++ b/examples/05-http-requests/gleam.toml @@ -0,0 +1,12 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.34 or ~> 1.0" +lustre = { path = "../../" } +lustre_ui = "~> 0.3" +lustre_http = "~> 0.5" + +[dev-dependencies] +gleeunit = "~> 1.0" |