Current section
Files
Jump to
Current section
Files
gleam.toml
name = "yabase"
version = "0.2.0"
target = "erlang"
description = "Unified binary-to-text encoding: base2, base8, base10, base16, base32, base36, base45, base58, base58check, base62, base64, base85, base91, ascii85, z85, bech32, bech32m, multibase"
licences = ["MIT"]
repository = { type = "github", user = "nao1215", repo = "yabase" }
links = [
{ title = "Examples", href = "https://github.com/nao1215/yabase/tree/main/examples" },
{ title = "Changelog", href = "https://github.com/nao1215/yabase/blob/main/CHANGELOG.md" },
]
internal_modules = [
"yabase/internal",
"yabase/internal/*",
"yabase/core/dispatcher",
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"