Current section
Files
Jump to
Current section
Files
ywt_erlang
gleam.toml
gleam.toml
name = "ywt_erlang"
version = "1.0.0"
description = "The ywt package for JWT targeting erlang."
target = "erlang"
licenses = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "ywt", path = "erlang" }
links = [
{ title = "ywt_core", href = "https://hexdocs.pm/ywt_core/index.html" },
{ title = "ywt_erlang", href = "https://hexdocs.pm/ywt_erlang/index.html" },
{ title = "ywt_webcrypto", href = "https://hexdocs.pm/ywt_webcrypto/index.html" },
{ title = "JWT debugger", href = "https://jwt.io" }
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
ywt_core = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
simplifile = ">= 2.3.0 and < 3.0.0"
lazy_const = ">= 1.0.0 and < 2.0.0"
gleeunit = ">= 1.6.1 and < 2.0.0"