Packages
A practical web framework for Gleam
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
gleam.toml
name = "wisp"
version = "0.16.0"
gleam = ">= 0.32.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-wisp", repo = "wisp" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
exception = ">= 2.0.0 and < 3.0.0"
gleam_crypto = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 0.21.0 and < 2.0.0"
gleam_http = ">= 3.5.0 and < 4.0.0"
gleam_json = ">= 0.6.0 and < 2.0.0"
gleam_stdlib = ">= 0.29.0 and < 2.0.0"
mist = ">= 1.2.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
marceau = ">= 1.1.0 and < 2.0.0"
logging = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"