aboutsummaryrefslogtreecommitdiff
path: root/examples/04-http-requests/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-31 11:34:33 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-01-31 11:34:33 +0000
commitff321580a14ba0ef38beaa9ce92df212f6729f83 (patch)
tree9daf59c22f59bffa1c2fc34c86f3ea8ec2d8c8a2 /examples/04-http-requests/gleam.toml
parentc108d9951fc10cd42038e4b570af8362c5bcabda (diff)
downloadlustre-ff321580a14ba0ef38beaa9ce92df212f6729f83.tar.gz
lustre-ff321580a14ba0ef38beaa9ce92df212f6729f83.zip
:fire: Remove stale example.
Diffstat (limited to 'examples/04-http-requests/gleam.toml')
-rw-r--r--examples/04-http-requests/gleam.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/04-http-requests/gleam.toml b/examples/04-http-requests/gleam.toml
deleted file mode 100644
index b84e394..0000000
--- a/examples/04-http-requests/gleam.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-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.4"
-
-[dev-dependencies]
-gleeunit = "~> 1.0"