Current section

Files

Jump to
glimr_redis gleam.toml
Raw

gleam.toml

name = "glimr_redis"
version = "0.2.0"
description = "Redis cache driver for the Glimr web framework"
licences = ["MIT"]
repository = { type = "github", user = "glimr-org", repo = "redis" }
[dependencies]
glimr = ">= 0.7.0 and < 0.8.0"
valkyrie = ">= 1.0.0 and < 2.0.0"
bath = ">= 4.0.0 and < 5.0.0"
mug = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 0.44.0 and < 1.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"