Current section
Files
Jump to
Current section
Files
gleam.toml
name = "messua"
version = "0.2.0"
target = "erlang"
description = "A bit of a server framework."
licences = ["MIT"]
repository = { type = "forgejo", host = "codeberg.org", user = "d2718", repo = "messua" }
links = []
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
mist = ">= 3.0.0 and < 4.0.0"
gleam_http = ">= 3.7.0 and < 4.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
gzlib = ">= 1.0.1 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
birl = ">= 1.7.1 and < 2.0.0"
gleam_erlang = ">= 0.30.0 and < 1.0.0"
marceau = ">= 1.3.0 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_httpc = ">= 4.0.0 and < 5.0.0"
pprint = ">= 1.0.4 and < 2.0.0"