Current section

Files

Jump to
wisp gleam.toml
Raw

gleam.toml

name = "wisp"
version = "2.0.0"
gleam = ">= 1.11.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 = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 3.5.0 and < 5.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
mist = ">= 2.0.0 and < 6.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
marceau = ">= 1.1.0 and < 2.0.0"
logging = ">= 1.2.0 and < 2.0.0"
directories = ">= 1.0.0 and < 2.0.0"
houdini = ">= 1.0.0 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"