aboutsummaryrefslogtreecommitdiff
path: root/examples/07-routing/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-27 20:57:03 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-03-27 20:57:03 +0000
commitef41bf37c5042aea3a79bdf4883d5a0946462469 (patch)
tree9885b118acc3c4e6933a7a76a2dbe43c275cd51f /examples/07-routing/gleam.toml
parentdd1ef3b2c60e5efa9619bf6e27d57204dc0eaefd (diff)
downloadlustre-ef41bf37c5042aea3a79bdf4883d5a0946462469.tar.gz
lustre-ef41bf37c5042aea3a79bdf4883d5a0946462469.zip
:construction: Start a routing example using modem.
Diffstat (limited to 'examples/07-routing/gleam.toml')
-rw-r--r--examples/07-routing/gleam.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/07-routing/gleam.toml b/examples/07-routing/gleam.toml
new file mode 100644
index 0000000..5930290
--- /dev/null
+++ b/examples/07-routing/gleam.toml
@@ -0,0 +1,14 @@
+name = "app"
+version = "1.0.0"
+target = "javascript"
+
+[dependencies]
+gleam_stdlib = "~> 0.36"
+lustre = "~> 4.0"
+lustre_ui = "~> 0.4"
+lustre_http = "~> 0.5.2"
+modem = "~> 1.0"
+
+[dev-dependencies]
+gleeunit = "~> 1.0"
+lustre_dev_tools = "~> 1.0"