aboutsummaryrefslogtreecommitdiff
path: root/test-apps/no-keyed-diff/gleam.toml
blob: 4a824db64157d4f63bbea09481312afe586501b3 (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.36"
lustre = { path = "../../" }
lustre_ui = "~> 0.4"

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