Current section
Files
Jump to
Current section
Files
gleam.toml
name = "radiant"
version = "1.0.0"
target = "erlang"
description = "A focused, type-safe HTTP router for Gleam on BEAM — declarative routing, typed path params, middleware, wildcards, reverse routing, and testing helpers."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "radiant" }
[documentation]
pages = []
[dependencies]
gleam_stdlib = ">= 0.50.0 and < 1.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
exception = ">= 2.0.0 and < 3.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
mist = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
woof = ">= 1.0.0 and < 2.0.0"