Current section

Files

Jump to
ywt_core gleam.toml
Raw

gleam.toml

name = "ywt_core"
version = "1.2.0"
description = "Types and decoders used in the ywt package."
licenses = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "ywt", path = "core" }
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" }
]
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "", repo = "" }
# links = [{ title = "Website", href = "" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = [
"ywt/internal/*"
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
bigi = ">= 4.0.0 and < 5.0.0"
[dev-dependencies]