blob: e258f209bcc5456f5e130ff5da98220dc2eebf2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name = "lustre"
version = "3.0.0-rc.5"
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 = "gleam-lustre" }
target = "javascript"
[dependencies]
gleam_stdlib = "~> 0.30"
funtil = "~> 1.0"
|