gleam.toml

name = "lightspeed"
version = "1.1.0"
description = "LiveView-style runtime for Gleam."
licences = ["Unlicense"]
target = "erlang"
gleam = ">= 1.16.0"

[repository]
type = "custom"
url = "https://repos.noumena.mx/nodes/radicle.noumena.mx/rad:z3YgcTxjgNbDG7b9ME7jRqR5Cxr4A"

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"

[dev-dependencies]
gleeunit = ">= 1.10.0 and < 2.0.0"