aboutsummaryrefslogtreecommitdiff
path: root/examples/04-custom-event-handlers/gleam.toml
blob: 421e8e848d56a8e9301799713d57358e9ce02162 (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 = "4.0.0-rc.1" 
lustre_ui = "~> 0.4"

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