aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/gleam.toml
blob: 96b9a100d37df0dcaae9e9f96e2af2c2ed56efae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"