aboutsummaryrefslogtreecommitdiff
path: root/lib/gleam.toml
blob: f301d46f5028dbbdd8326ee539f7a4e374d203bd (plain)
1
2
3
4
5
6
7
8
9
10
name = "lustre"
version = "3.0.3"

description = "An Elm-inspired framework for building web apps in Gleam!"
licences = ["MIT"]
links = [{ title = "Buy me a coffee?", href = "https://github.com/sponsors/hayleigh-dot-dev" }]
repository = { type = "github", user = "hayleigh-dot-dev", repo = "lustre/lib" }

[dependencies]
gleam_stdlib = "~> 0.30"