Current section

Files

Jump to
wisp_flash gleam.toml
Raw

gleam.toml

name = "wisp_flash"
version = "2.0.0"
description = "Middleware to use flash messages in Wisp"
licences = ["Apache-2.0"]
repository = { type = "github", user = "sporto", repo = "wisp_flash" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
wisp = ">= 2.0.0-rc1 and < 3.0.0"
[dev-dependencies]
gleam_http = ">= 4.1.1 and < 5.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"