aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/gleam.toml
blob: 09372295ae6dc44bb67ad08c68386e38956bf26b (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.3"
lustre_http = "~> 0.5"

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