diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-18 00:19:38 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-07-18 00:19:38 +0100 |
commit | 3125e15f26737eeb5818e35ac25604c82e1f4139 (patch) | |
tree | 7257ae25ef82b31e4c312911361bfeb4ae8ca732 /gleam.toml | |
parent | 17ae71488442590b5d92248b14328ed8008912df (diff) | |
download | lustre-3125e15f26737eeb5818e35ac25604c82e1f4139.tar.gz lustre-3125e15f26737eeb5818e35ac25604c82e1f4139.zip |
:heavy_plus_sign: Update stdlib to 0.30
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -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" |