aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-07-18 00:19:38 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-07-18 00:19:38 +0100
commit3125e15f26737eeb5818e35ac25604c82e1f4139 (patch)
tree7257ae25ef82b31e4c312911361bfeb4ae8ca732 /gleam.toml
parent17ae71488442590b5d92248b14328ed8008912df (diff)
downloadlustre-3125e15f26737eeb5818e35ac25604c82e1f4139.tar.gz
lustre-3125e15f26737eeb5818e35ac25604c82e1f4139.zip
:heavy_plus_sign: Update stdlib to 0.30
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml15
1 files changed, 5 insertions, 10 deletions
diff --git a/gleam.toml b/gleam.toml
index 6332e19..4af16fd 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,18 +1,13 @@
name = "lustre"
version = "3.0.0-rc.4"
-target = "javascript"
-
-# Fill out these fields if you intend to generate HTML documentation or publish
-# your project to the Hex package manager.
-#
-licences = ["MIT"]
description = "A framework for building web apps - powered by Gleam and React!"
+licences = ["MIT"]
+links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }]
repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" }
-links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-lustre" }]
+target = "javascript"
[dependencies]
-gleam_stdlib = "~> 0.29"
+gleam_stdlib = "~> 0.30"
+funtil = "~> 1.0"
-[dev-dependencies]
-gleeunit = "~> 0.6"