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