Skip to main content

gleam.toml

name = "textx"
version = "0.1.0"

description = "A small string utilities library written in Gleam"
licences = ["MIT"]

[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"