blob: 81a3557c213e889904369088104ced092aa13a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name = "demo"
version = "1.0.0"
[dependencies]
gleam_erlang = "~> 0.23"
gleam_http = "~> 3.5"
gleam_json = "~> 0.7"
gleam_otp = "~> 0.8"
gleam_stdlib = "~> 0.34"
lustre = { path = "../../" }
lustre_ui = "~> 0.2"
mist = "~> 0.15"
wisp = "~> 0.8"
|