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

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"