Current section

Files

Jump to
gluhn gleam.toml
Raw

gleam.toml

name = "gluhn"
version = "1.1.0"
internal_modules = [ "gluhn/internal/*" ]
description = "Luhn algorithm library for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowlabs-hq", repo = "gluhn" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"