Packages

Base62 encoding and decoding for Gleam

Current section

Files

Jump to
sixtytwo gleam.toml
Raw

gleam.toml

name = "sixtytwo"
version = "1.0.0"
description = "Base62 encoding and decoding for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "sixtytwo" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
qcheck = ">= 1.0.4 and < 2.0.0"
unitest = ">= 1.5.0 and < 2.0.0"