aboutsummaryrefslogtreecommitdiff
path: root/examples/06-custom-effects/gleam.toml
blob: a573eeab0d664c7bd9025c18e9e1412a09e14ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = "app"
version = "1.0.0"
target = "javascript"

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

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