summaryrefslogtreecommitdiff
path: root/client/gleam.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-27 19:03:49 -0700
committerFuwn <[email protected]>2024-07-27 19:03:49 -0700
commitefeff94b550651ab8f134e705b07b80c1c8faeba (patch)
treed345d0a0d5602cc01ee164a02a08b07bf97ecfd8 /client/gleam.toml
downloadyuna-main.tar.xz
yuna-main.zip
feat: initial development buildHEADmain
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"