aboutsummaryrefslogtreecommitdiff
path: root/examples/03-controlled-inputs/gleam.toml
blob: 4368c0c6caa21ddaf7fbf1e6a9e813b83bb9e7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
name = "app"
version = "1.0.0"
target = "javascript"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = { path = "../../" }
lustre_ui = "~> 0.3"

[dev-dependencies]
gleeunit = "~> 1.0"