Current section

Files

Jump to
glimr_redis gleam.toml
Raw

gleam.toml

name = "glimr_redis"
version = "1.0.2"
description = "Redis cache driver for the Glimr web framework"
licences = ["MIT"]
repository = { type = "github", user = "glimr-org", repo = "redis" }
[dependencies]
glimr = ">= 1.0.0 and < 2.0.0"
valkyrie = ">= 4.0.0 and < 5.0.0"
bath = ">= 5.0.0 and < 6.0.0"
mug = ">= 3.0.0 and < 4.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.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"
simplifile = ">= 2.3.2 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"