19 lines
506 B
TOML
19 lines
506 B
TOML
name = "client"
|
|
version = "1.0.0"
|
|
target = "javascript"
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
|
lustre = ">= 5.2.1 and < 6.0.0"
|
|
gleam_json = ">= 3.0.2 and < 4.0.0"
|
|
gleam_http = ">= 4.1.0 and < 5.0.0"
|
|
gleam_httpc = "4.1.1"
|
|
plinth = ">= 0.7.1 and < 1.0.0"
|
|
gleam_javascript = ">= 1.0.0 and < 2.0.0"
|
|
gleam_fetch = ">= 1.3.0 and < 2.0.0"
|
|
shared = { path = "../shared" }
|
|
rsvp = ">= 1.1.2 and < 2.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|
|
lustre_dev_tools = ">= 1.9.0 and < 2.0.0"
|