aboutsummaryrefslogtreecommitdiff
path: root/examples/01-hello-world/gleam.toml
blob: 6b9e4db69c765cd92d05a6ccb20cd19b04d60ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"

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