Current section
Files
Jump to
Current section
Files
gleam.toml
name = "messua"
version = "2.0.0"
target = "erlang"
description = "A bit of a server framework sitting on `mist`"
licenses = ["MIT"]
repository = { type = "codeberg", user = "d2718", repo = "m2"}
# links = [{ title = "Website", href = "" }]
internal_modules = [
"internal/",
"internal/*"
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
mist = ">= 5.0.3 and < 6.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
marceau = ">= 1.3.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
birl = ">= 1.8.0 and < 2.0.0"
smut = "0.2.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"