Current section
Files
Jump to
Current section
Files
gleam.toml
name = "thirtytwo"
version = "1.0.0"
description = "Base32 encoding and decoding for all major variants (RFC 4648, Crockford, Geohash, z-base-32)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "thirtytwo" }
[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"