Packages

A caching solution for Gleam web apps, designed to be used with Wisp.

Current section

Files

Jump to
cachmere gleam.toml
Raw

gleam.toml

name = "cachmere"
version = "0.2.2"
description = "A caching solution for Gleam web apps, designed to be used with Wisp."
licences = ["Apache-2.0"]
repository = { type = "github", user = "ross-byrne", repo = "cachmere" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
wisp = ">= 1.5.1 and < 2.0.0"
marceau = ">= 1.1.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
gleam_http = ">= 3.5.0 and < 5.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"