Current section
Files
Jump to
Current section
Files
gleam.toml
name = "modem"
version = "2.0.2"
description = "A friendly Lustre package to help you handle routing, links, and manage URLs."
repository = { type = "github", user = "hayleigh-dot-dev", repo = "modem" }
licences = ["MIT"]
links = [
{ title = "Lustre", href = "https://hexdocs.pm/lustre/" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
lustre = ">= 4.0.0 and < 6.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"