aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/gleam.toml
blob: 518d327d6bd402e99717ed22dd7207ccf4c39747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name = "app"
version = "1.0.0"
target = "javascript"

[dependencies]
gleam_json = "1.0.1"
gleam_stdlib = "~> 0.36"
lustre = "~> 4.0"
lustre_ui = "~> 0.4"
lustre_http = "~> 0.5.2"

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