From ef41bf37c5042aea3a79bdf4883d5a0946462469 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 27 Mar 2024 20:57:03 +0000 Subject: :construction: Start a routing example using modem. --- examples/07-routing/gleam.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/07-routing/gleam.toml (limited to 'examples/07-routing/gleam.toml') 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" -- cgit v1.2.3