aboutsummaryrefslogtreecommitdiff
path: root/examples/04-http-requests/gleam.toml
blob: b84e394fd9ec9df9c2b3948267c966a5e986c50c (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.4"

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