aboutsummaryrefslogtreecommitdiff
path: root/examples/03-controlled-inputs/gleam.toml
blob: a9666db024c9c8d04c4587913a2333bc77f40ec8 (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.4"

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