gleam.toml
name = "gling"
version = "1.0.0"
description = "Glingify your strings!"
licences = ["MPL-2.0"]
repository = { type = "codeberg", user = "Pi-Cla", repo = "gling" }
internal_modules = [
"internal",
"internal/*",
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"