Packages

A gleam abstraction to interact with erlang_jose for JWT's

Current section

Files

Jump to
gjwt gleam.toml
Raw

gleam.toml

name = "gjwt"
version = "2.0.0"
description = "A gleam abstraction to interact with erlang_jose for JWT's"
licences = ["Apache-2.0"]
repository = { type = "github", user = "BradBot1", repo = "gleam_gjwt" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
jose = ">= 1.11.10 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 4.0.0"
birl = ">= 1.7.1 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
jason = ">= 1.4.4 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"