aboutsummaryrefslogtreecommitdiff
path: root/examples/counter/gleam.toml
blob: 2a5f0f5c74cb2f57a4c89def4fefd1006cafce5c (plain)
1
2
3
4
5
6
7
name = "counter"
version = "1.0.0"
target = "javascript"

[dependencies]
gleam_stdlib = "~> 0.34"
lustre = { path = "../../" }