aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
blob: a2eac7b76c2ef095df9eec6c3fb5d15e5f2a6eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name = "lustre"
version = "3.0.12"

description = "An Elm-inspired framework for building web apps in Gleam!"
licences = ["MIT"]
repository = { type = "github", user = "lustre-labs", repo = "lustre" }
links = [
  { title = "Website", href = "https://lustre.build" },
  { title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
gleam = ">= 0.32.0"

[dependencies]
gleam_stdlib = "~> 0.31"