Packages

Auth layer for the Glimr web framework

Current section

Files

Jump to
glimr_auth gleam.toml
Raw

gleam.toml

name = "glimr_auth"
version = "1.0.1"
description = "Auth layer for the Glimr web framework"
licences = ["MIT"]
repository = { type = "github", user = "glimr-org", repo = "auth" }
[dependencies]
glimr = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
argus = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"