summaryrefslogtreecommitdiff
path: root/client/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/gleam.toml')
-rw-r--r--client/gleam.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/gleam.toml b/client/gleam.toml
new file mode 100644
index 0000000..97730a1
--- /dev/null
+++ b/client/gleam.toml
@@ -0,0 +1,13 @@
+name = "client"
+version = "1.0.0"
+target = "javascript"
+
+[dependencies]
+gleam_json = "1.0.1"
+gleam_stdlib = "~> 0.36"
+lustre = "~> 4.0"
+lustre_ui = "~> 0.4"
+
+[dev-dependencies]
+gleeunit = "~> 1.0"
+lustre_dev_tools = "~> 1.0"