Current section

Files

Jump to
wisp gleam.toml
Raw

gleam.toml

name = "wisp"
version = "0.6.0"
gleam = ">= 0.30.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "wisp" }
links = [
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
exception = "~> 1.0"
gleam_crypto = "~> 0.4"
gleam_erlang = "~> 0.21"
gleam_http = "~> 3.5"
gleam_json = "~> 0.6"
gleam_stdlib = "~> 0.29"
mist = "~> 0.13"
simplifile = "~> 0.1"
[dev-dependencies]
gleeunit = "~> 0.10"