From 592230b11d2eda076dc12878c0885226b7361ad4 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 31 Jan 2024 11:22:27 +0000 Subject: :construction: Scaffold an example using lustre_http. --- examples/05-http-requests/gleam.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/05-http-requests/gleam.toml (limited to 'examples/05-http-requests/gleam.toml') 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" -- cgit v1.2.3